1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-23 10:52:30 +01:00

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",
"/updates",
"/downloads/",
"/scheduled-maintenances/upcoming.json",
// Public kubernetes integration
"/-/readyz",
"/-/healthz",