Prep for Category db work

This commit is contained in:
Featyre
2022-01-24 11:27:12 +00:00
parent 1b919bbbc3
commit dc3fb1f519
4 changed files with 4 additions and 6 deletions
+1 -1
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;