diff options
author | Erkin Alp Güney <erkinalp9035@gmail.com> | 2022-04-07 23:15:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 23:15:41 +0300 |
commit | c5de68d0bc24c939987060ce593ddb1182c3df74 (patch) | |
tree | 0008b3cf6c856a328710a35e088ef28a451c5729 | |
parent | scheduled maintenances (diff) | |
download | server-c5de68d0bc24c939987060ce593ddb1182c3df74.tar.xz |
added the maintenance listing endpoint
-rw-r--r-- | api/src/middlewares/Authentication.ts | 1 |
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", |