summary refs log tree commit diff
path: root/api/src
diff options
context:
space:
mode:
authorErkin Alp Güney <erkinalp9035@gmail.com>2022-04-07 23:15:41 +0300
committerGitHub <noreply@github.com>2022-04-07 23:15:41 +0300
commitd0fea6be4b22670d3e08f1f7d074d1d6ead5f449 (patch)
treeeb53fd2660e7706be45bd408cbb4cf42b00f3894 /api/src
parentscheduled maintenances (diff)
downloadserver-d0fea6be4b22670d3e08f1f7d074d1d6ead5f449.tar.xz
added the maintenance listing endpoint
Diffstat (limited to 'api/src')
-rw-r--r--api/src/middlewares/Authentication.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/src/middlewares/Authentication.ts b/api/src/middlewares/Authentication.ts
index 429cf11e..5a08caf3 100644
--- a/api/src/middlewares/Authentication.ts
+++ b/api/src/middlewares/Authentication.ts
@@ -15,6 +15,7 @@ export const NO_AUTHORIZATION_ROUTES = [
 	"/experiments",
 	"/updates",
 	"/downloads/",
+	"/scheduled-maintenances/upcoming.json",
 	// Public kubernetes integration
 	"/-/readyz",
 	"/-/healthz",