- Started working on User routes and functions

This commit is contained in:
Alexis
2020-07-02 23:06:55 +02:00
parent 939e384722
commit 3f82b487dc
3 changed files with 46 additions and 112 deletions

View File

@@ -5,7 +5,6 @@ const User = {
"name": { "type": "string" },
"mail": { "type": "string" },
"password": { "type": "string" },
"banned": { "type": "boolean"},
},
"required": ["name", "password", "mail"]
}