mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-23 10:52:30 +01:00
Merge branch 'feat/latestWebClient' into slowcord
This commit is contained in:
commit
33b973c91b
@ -12535,6 +12535,9 @@
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"discriminator": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
|
@ -23,6 +23,7 @@ export interface UserModifySchema {
|
||||
new_password?: string;
|
||||
code?: string;
|
||||
email?: string;
|
||||
discriminator?: string;
|
||||
}
|
||||
|
||||
router.get("/", route({}), async (req: Request, res: Response) => {
|
||||
|
Loading…
Reference in New Issue
Block a user