Add more services
This commit is contained in:
parent
91e22ed95d
commit
36c952fe81
7 changed files with 172 additions and 16 deletions
|
|
@ -6,7 +6,7 @@
|
|||
{
|
||||
"username": "string",
|
||||
"password": "string",
|
||||
"email": "string"
|
||||
"email": "string?"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -18,7 +18,7 @@ Registers a new user
|
|||
{
|
||||
"id": "string",
|
||||
"username": "string",
|
||||
"registerDate": 0
|
||||
"registerDate": "number"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue