From 243f2b5457367ef8126e1954797f6610a4912bd6 Mon Sep 17 00:00:00 2001 From: murdle Date: Sat, 20 Dec 2025 20:19:06 +0200 Subject: [PATCH] top spacebar code --- src/api/middlewares/Authentication.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/middlewares/Authentication.ts b/src/api/middlewares/Authentication.ts index 4bb809a6..cc611e7a 100644 --- a/src/api/middlewares/Authentication.ts +++ b/src/api/middlewares/Authentication.ts @@ -38,6 +38,7 @@ export const NO_AUTHORIZATION_ROUTES = [ "GET /ping", "GET /gateway", "GET /experiments", + /^GET \/experiments(\?.*)?$/, "GET /updates", "GET /download", "GET /scheduled-maintenances/upcoming.json",