2
0
mirror of https://github.com/esiur/esiur-js.git synced 2025-06-27 07:13:12 +00:00
This commit is contained in:
2022-09-16 14:03:13 +03:00
parent dad9461cd7
commit 8128a32c4d
7 changed files with 98 additions and 45 deletions

View File

@ -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)]);
}
}