summary refs log tree commit diff
path: root/api/src/middlewares/Authentication.ts
diff options
context:
space:
mode:
authoruurgothat <cckhmck@gmail.com>2021-11-17 22:28:22 +0300
committeruurgothat <cckhmck@gmail.com>2021-11-17 22:28:22 +0300
commit54ebf97e7822b479b8953dddc73fe85e9a71ec39 (patch)
treeb9b7b7d6592b734277a575550a5f2078a1e7a632 /api/src/middlewares/Authentication.ts
parentMerge pull request #496 from fosscord/translation (diff)
downloadserver-54ebf97e7822b479b8953dddc73fe85e9a71ec39.tar.xz
Add instance route
Diffstat (limited to '')
-rw-r--r--api/src/middlewares/Authentication.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/src/middlewares/Authentication.ts b/api/src/middlewares/Authentication.ts

index 59a181e6..e6df6eeb 100644 --- a/api/src/middlewares/Authentication.ts +++ b/api/src/middlewares/Authentication.ts
@@ -11,6 +11,7 @@ export const NO_AUTHORIZATION_ROUTES = [ "/experiments", "/-/readyz", "/-/healthz", + "/policies/instance/", /\/guilds\/\d+\/widget\.(json|png)/ ];