added the maintenance listing endpoint

This commit is contained in:
Erkin Alp Güney 2022-04-07 23:15:41 +03:00 committed by GitHub
parent 7dc105ce89
commit d0fea6be4b

View File

@ -15,6 +15,7 @@ export const NO_AUTHORIZATION_ROUTES = [
"/experiments", "/experiments",
"/updates", "/updates",
"/downloads/", "/downloads/",
"/scheduled-maintenances/upcoming.json",
// Public kubernetes integration // Public kubernetes integration
"/-/readyz", "/-/readyz",
"/-/healthz", "/-/healthz",