feature(freetracker): landing requests
All checks were successful
platform/multy-stub/pipeline/head This commit looks good

This commit is contained in:
2025-01-18 20:28:22 +03:00
parent 3d52ef9d4c
commit 552457b5cb
6 changed files with 72 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
const router = require('express').Router();
router.use('/performer', require('./dashboard-performer'))
router.use('/landing', require('./landing'))
module.exports = router;