mirror of
https://github.com/esiur/esiur-js.git
synced 2025-06-27 07:13:12 +00:00
Enum
This commit is contained in:
@ -15,7 +15,7 @@ import { Prop, TemplateDescriber } from "../../src/Resource/Template/TemplateDes
|
||||
|
||||
class User extends IResource {
|
||||
static get template() {
|
||||
return new TemplateDescriber("Esiur", [new Prop("username", String), new Prop("password", String)]);
|
||||
return new TemplateDescriber("Demo", [new Prop("username", String), new Prop("password", String)]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user