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 | 5e868d431b431cc9f2a57efdbfa4d397e5188a3d (patch) | |
tree | 5f62f15a1f6a64f2a01c14d31bdecd45315dc104 /api/src | |
parent | Merge branch 'fosscord:master' into master (diff) | |
download | server-5e868d431b431cc9f2a57efdbfa4d397e5188a3d.tar.xz |
Prep for Category db work
Diffstat (limited to 'api/src')
-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; |