diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-04-20 18:30:17 +1000 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-04-20 18:30:17 +1000 |
commit | d35f7b7fcf0a18904e4372dfeaa8b297d4d2ffdc (patch) | |
tree | fc043057061b1264800cb6899fc9aec4ad1c08fc /api/src/middlewares/Authentication.ts | |
parent | Trying my hand at implementing desktop voice, magic packets courtesy of that ... (diff) | |
parent | Try catch cpu log (diff) | |
download | server-d35f7b7fcf0a18904e4372dfeaa8b297d4d2ffdc.tar.xz |
Merge branch 'master' into maddyrtc
Diffstat (limited to 'api/src/middlewares/Authentication.ts')
-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", |