diff options
author | Featyre <twooter.0g179@simplelogin.co> | 2022-01-24 11:27:12 +0000 |
---|---|---|
committer | Featyre <twooter.0g179@simplelogin.co> | 2022-01-24 11:27:12 +0000 |
commit | dc3fb1f519e1f2fec7a8bc1117b616e7ccdee585 (patch) | |
tree | 36b537453d926ed04cf48fbe20ceeae5560b176a /api | |
parent | Merge branch 'fosscord:master' into master (diff) | |
download | server-dc3fb1f519e1f2fec7a8bc1117b616e7ccdee585.tar.xz |
Prep for Category db work
Diffstat (limited to 'api')
-rw-r--r-- | api/src/routes/discovery.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/routes/discovery.ts b/api/src/routes/discovery.ts index 067dd442..6c004274 100644 --- a/api/src/routes/discovery.ts +++ b/api/src/routes/discovery.ts @@ -5,7 +5,7 @@ const router = Router(); router.get("/categories", route({}), (req: Request, res: Response) => { // TODO: - // Load categories from db instead + // Load categories from db instead of hardcoding const { locale, primary_only } = req.query; |