mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 05:02:37 +01:00
🎨 exclude healthz/readyz from auth
This commit is contained in:
parent
d828a5e03d
commit
bbd6b0085e
@ -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)/
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user