1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-06 10:52:31 +01:00

Update Authentication.ts

This commit is contained in:
Kuna 2021-10-24 20:30:10 +03:00 committed by GitHub
parent f45d1d579d
commit 6e9ab52d82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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