feature: Changes backend creation to use checks, and to automatically enable.
This commit is contained in:
parent
f7f2fc7826
commit
5bfbf5cb05
5 changed files with 105 additions and 45 deletions
|
@ -20,7 +20,7 @@ export function route(routeOptions: RouteOptions) {
|
|||
required: ["email", "password"],
|
||||
|
||||
properties: {
|
||||
email: { type: "string" },
|
||||
email: { type: "string" },
|
||||
password: { type: "string" }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue