mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-28 09:34:07 +00:00
add new right for creating registration tokens
This commit is contained in:
@@ -38,7 +38,7 @@ router.get(
|
||||
"The length of each registration token. Defaults to 255.",
|
||||
},
|
||||
},
|
||||
right: "OPERATOR",
|
||||
right: "CREATE_REGISTRATION_TOKENS",
|
||||
responses: { 200: { body: "GenerateRegistrationTokensResponse" } },
|
||||
}),
|
||||
async (req: Request, res: Response) => {
|
||||
|
||||
Reference in New Issue
Block a user