From fc2ccc0b25ac1e31ef2a1cacbcc190d7debef7c2 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Mon, 24 Oct 2022 14:35:08 +1100 Subject: Change android and ios client downloads to use /download endpoint, update Release entity to suck less --- src/api/middlewares/Authentication.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/middlewares/Authentication.ts') 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", -- cgit 1.5.1