1 files changed, 0 insertions, 5 deletions
diff --git a/src/api/routes/download/index.ts b/src/api/routes/download.ts
index 246c8834..b6c03a48 100644
--- a/src/api/routes/download/index.ts
+++ b/src/api/routes/download.ts
@@ -22,11 +22,6 @@ import { FieldErrors, Release } from "@fosscord/util";
const router = Router();
-/*
- TODO: Putting the download route in /routes/download.ts doesn't register the route, for some reason
- But putting it here *does*
-*/
-
router.get("/", route({}), async (req: Request, res: Response) => {
const { platform } = req.query;
|