summary refs log tree commit diff
path: root/api
diff options
context:
space:
mode:
authorKuna <65683493+Thesourtimes@users.noreply.github.com>2021-10-24 20:30:10 +0300
committerGitHub <noreply@github.com>2021-10-24 20:30:10 +0300
commit6e9ab52d82aab3aee9a03bc1d52c518967f72f9b (patch)
tree27ee0b95cd6920504f21415744d11b3b0366127d /api
parentmake templates configurable + authorization (diff)
downloadserver-6e9ab52d82aab3aee9a03bc1d52c518967f72f9b.tar.xz
Update Authentication.ts
Diffstat (limited to 'api')
-rw-r--r--api/src/middlewares/Authentication.ts1
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)/
 ];