Feat: freetracker auth stubs

This commit is contained in:
2024-12-14 04:55:56 +03:00
parent 707c3be3ec
commit b70ac7c183
8 changed files with 84 additions and 1 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
const router = require('express').Router();
router.use('/performer', require('./dashboard-performer'))
router.use('/auth', require('./auth'))
module.exports = router;
module.exports = router;