summary refs log tree commit diff
path: root/api/src/middlewares/Authentication.ts
diff options
context:
space:
mode:
authorSamuel <34555296+Flam3rboy@users.noreply.github.com>2021-11-21 21:03:21 +0100
committerGitHub <noreply@github.com>2021-11-21 21:03:21 +0100
commit2867d077a2330c5c8b5b7a1394c8cbdf7c917791 (patch)
treee599e29ef86edf3ab544da3fe4348242ec9a9ce5 /api/src/middlewares/Authentication.ts
parentMerge pull request #496 from fosscord/translation (diff)
parentUpdate index.ts (diff)
downloadserver-2867d077a2330c5c8b5b7a1394c8cbdf7c917791.tar.xz
Merge pull request #510 from Thesourtimes/master
Add instance route 
Diffstat (limited to '')
-rw-r--r--api/src/middlewares/Authentication.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/src/middlewares/Authentication.ts b/api/src/middlewares/Authentication.ts

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