From 6e9ab52d82aab3aee9a03bc1d52c518967f72f9b Mon Sep 17 00:00:00 2001 From: Kuna <65683493+Thesourtimes@users.noreply.github.com> Date: Sun, 24 Oct 2021 20:30:10 +0300 Subject: [PATCH] Update Authentication.ts --- api/src/middlewares/Authentication.ts | 1 - 1 file changed, 1 deletion(-) 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)/ ];