diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-10-24 14:35:08 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-10-24 14:35:08 +1100 |
commit | 0be194913036735b5bc97d74a37550d2bd099f13 (patch) | |
tree | 56a277b9d4b76966e1046f3fed2a110dc4c3dee3 /src/api/middlewares/Authentication.ts | |
parent | remove self_edit_guilds, was dumb (diff) | |
download | server-0be194913036735b5bc97d74a37550d2bd099f13.tar.xz |
Change android and ios client downloads to use /download endpoint, update Release entity to suck less
Diffstat (limited to 'src/api/middlewares/Authentication.ts')
-rw-r--r-- | src/api/middlewares/Authentication.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/middlewares/Authentication.ts b/src/api/middlewares/Authentication.ts index 50048b12..ecde7fb4 100644 --- a/src/api/middlewares/Authentication.ts +++ b/src/api/middlewares/Authentication.ts @@ -15,7 +15,7 @@ export const NO_AUTHORIZATION_ROUTES = [ "/gateway", "/experiments", "/updates", - "/downloads/", + "/download", "/scheduled-maintenances/upcoming.json", // Public kubernetes integration "/-/readyz", |