summary refs log tree commit diff
path: root/api/src/middlewares/Authentication.ts
diff options
context:
space:
mode:
authorHayden Young <hi@hbjy.dev>2021-10-15 10:33:02 +0000
committerGitHub <noreply@github.com>2021-10-15 10:33:02 +0000
commit4d04e6fcc5142ed197ead89eceb01b2da2bed6dd (patch)
tree5ba4c9b6e839faae5cdfab16005aaa95ab19c3fa /api/src/middlewares/Authentication.ts
parentchore: update ts-node during npm run setup (diff)
parentMerge pull request #460 from fosscord/dev (diff)
downloadserver-4d04e6fcc5142ed197ead89eceb01b2da2bed6dd.tar.xz
Merge branch 'master' into cdn-s3
Diffstat (limited to 'api/src/middlewares/Authentication.ts')
-rw-r--r--api/src/middlewares/Authentication.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/src/middlewares/Authentication.ts b/api/src/middlewares/Authentication.ts

index 5a082751..59a181e6 100644 --- a/api/src/middlewares/Authentication.ts +++ b/api/src/middlewares/Authentication.ts
@@ -9,6 +9,8 @@ export const NO_AUTHORIZATION_ROUTES = [ "/ping", "/gateway", "/experiments", + "/-/readyz", + "/-/healthz", /\/guilds\/\d+\/widget\.(json|png)/ ];