summary refs log tree commit diff
path: root/api/src/middlewares/Authentication.ts
diff options
context:
space:
mode:
authorThesourtimes <cckhmck@gmail.com>2021-11-18 22:15:05 +0300
committerThesourtimes <cckhmck@gmail.com>2021-11-18 22:15:05 +0300
commit7681ea6d8ee7ce3af6a7287b22a60b214d9e0629 (patch)
treee8e5a5f5cbdc1a732544127c9f2b3101723912fc /api/src/middlewares/Authentication.ts
parentAdd image field (diff)
downloadserver-7681ea6d8ee7ce3af6a7287b22a60b214d9e0629.tar.xz
Fix the minor issues on route
Diffstat (limited to '')
-rw-r--r--api/src/middlewares/Authentication.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/api/src/middlewares/Authentication.ts b/api/src/middlewares/Authentication.ts

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