diff options
Diffstat (limited to 'src/api/routes/discovery.ts')
-rw-r--r-- | src/api/routes/discovery.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/api/routes/discovery.ts b/src/api/routes/discovery.ts index 7b9edd48..dce29ef6 100644 --- a/src/api/routes/discovery.ts +++ b/src/api/routes/discovery.ts @@ -5,8 +5,7 @@ import { route } from ".."; const router = Router(); router.get("/categories", route({}), async (req: Request, res: Response) => { - // TODO: - // Get locale instead + // TODO: Get locale instead const { locale, primary_only } = req.query; |