mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-10 19:17:03 +00:00
🎨 exclude healthz/readyz from auth
This commit is contained in:
@@ -9,6 +9,8 @@ export const NO_AUTHORIZATION_ROUTES = [
|
||||
"/ping",
|
||||
"/gateway",
|
||||
"/experiments",
|
||||
"/-/readyz",
|
||||
"/-/healthz",
|
||||
/\/guilds\/\d+\/widget\.(json|png)/
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user