summary refs log tree commit diff
path: root/src/api/middlewares/Authentication.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-10-24 14:35:08 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-10-24 14:35:08 +1100
commitfc2ccc0b25ac1e31ef2a1cacbcc190d7debef7c2 (patch)
treec08f948ec56783754bc380eda529199e9c41ced5 /src/api/middlewares/Authentication.ts
parentremove self_edit_guilds, was dumb (diff)
downloadserver-fc2ccc0b25ac1e31ef2a1cacbcc190d7debef7c2.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.ts2
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",