add unique-username routes to unauthenticated list

This commit is contained in:
Puyodead1
2023-09-08 22:28:43 -04:00
committed by Puyodead1
parent 3fed9797d8
commit 56c283d4ce
+1
View File
@@ -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+)?/;