Prep for Category db work

This commit is contained in:
Featyre
2022-01-24 11:27:12 +00:00
parent f3981b586e
commit 5e868d431b
4 changed files with 4 additions and 6 deletions

View File

@@ -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;