add auth in freetracker
Some checks failed
platform/multy-stub/pipeline/head There was a failure building this commit

This commit is contained in:
2024-12-31 10:11:17 +03:00
parent 571c43c33c
commit e73f7e2dc9
8 changed files with 83 additions and 0 deletions

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;