We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fed979 commit 56c283dCopy full SHA for 56c283d
src/api/middlewares/Authentication.ts
@@ -54,6 +54,7 @@ export const NO_AUTHORIZATION_ROUTES = [
54
/\/guilds\/\d+\/widget\.(json|png)/,
55
// Connections
56
/\/connections\/\w+\/callback/,
57
+ "/unique-username/",
58
];
59
60
export const API_PREFIX = /^\/api(\/v\d+)?/;
0 commit comments