1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-06 19:02:33 +01:00

Update Authentication.ts

This commit is contained in:
Kuna 2021-10-24 20:30:10 +03:00 committed by GitHub
parent d6cadb02f4
commit 64bc525485

View File

@ -11,7 +11,6 @@ export const NO_AUTHORIZATION_ROUTES = [
"/experiments",
"/-/readyz",
"/-/healthz",
"/guilds/templates",
/\/guilds\/\d+\/widget\.(json|png)/
];