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",