Add more services

This commit is contained in:
Aslan 2025-12-29 02:03:47 +01:00
parent 91e22ed95d
commit 36c952fe81
7 changed files with 172 additions and 16 deletions

View file

@ -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"
}
```