diff options
author | Kuna <65683493+Thesourtimes@users.noreply.github.com> | 2021-10-24 20:30:10 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-24 20:30:10 +0300 |
commit | 6e9ab52d82aab3aee9a03bc1d52c518967f72f9b (patch) | |
tree | 27ee0b95cd6920504f21415744d11b3b0366127d /api/src | |
parent | make templates configurable + authorization (diff) | |
download | server-6e9ab52d82aab3aee9a03bc1d52c518967f72f9b.tar.xz |
Update Authentication.ts
Diffstat (limited to 'api/src')
-rw-r--r-- | api/src/middlewares/Authentication.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/api/src/middlewares/Authentication.ts b/api/src/middlewares/Authentication.ts index a69b29a6..59a181e6 100644 --- a/api/src/middlewares/Authentication.ts +++ b/api/src/middlewares/Authentication.ts @@ -11,7 +11,6 @@ export const NO_AUTHORIZATION_ROUTES = [ "/experiments", "/-/readyz", "/-/healthz", - "/guilds/templates", /\/guilds\/\d+\/widget\.(json|png)/ ]; |