mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-25 07:32:09 +00:00
Prep for Category db work
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user