mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-26 09:45:44 +00:00
add unique-username routes to unauthenticated list
This commit is contained in:
@@ -54,6 +54,7 @@ export const NO_AUTHORIZATION_ROUTES = [
|
||||
/\/guilds\/\d+\/widget\.(json|png)/,
|
||||
// Connections
|
||||
/\/connections\/\w+\/callback/,
|
||||
"/unique-username/",
|
||||
];
|
||||
|
||||
export const API_PREFIX = /^\/api(\/v\d+)?/;
|
||||
|
||||
Reference in New Issue
Block a user