1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-21 18:21:36 +02:00

🎨 exclude healthz/readyz from auth

This commit is contained in:
Flam3rboy 2021-10-15 00:46:09 +02:00
parent d828a5e03d
commit bbd6b0085e

View File

@ -9,6 +9,8 @@ export const NO_AUTHORIZATION_ROUTES = [
"/ping", "/ping",
"/gateway", "/gateway",
"/experiments", "/experiments",
"/-/readyz",
"/-/healthz",
/\/guilds\/\d+\/widget\.(json|png)/ /\/guilds\/\d+\/widget\.(json|png)/
]; ];