add unique-username routes to unauthenticated list

This commit is contained in:
Puyodead1
2023-09-08 22:28:43 -04:00
committed by Rory&
parent 7b7ea2138a
commit 4a7cd6e399

View File

@@ -58,6 +58,8 @@ export const NO_AUTHORIZATION_ROUTES = [
/^(POST|HEAD) \/connections\/\w+\/callback/,
// Image proxy
/^(GET|HEAD) \/imageproxy\/[A-Za-z0-9+/]\/\d+x\d+\/.+/,
/\/connections\/\w+\/callback/,
"/unique-username/",
];
export const API_PREFIX = /^\/api(\/v\d+)?/;