feat: freetracker dashboard-performer stubs
All checks were successful
platform/multy-stub/pipeline/head This commit looks good

This commit is contained in:
2024-12-13 22:05:42 +03:00
parent 42944af2d3
commit 3d52ef9d4c
7 changed files with 277 additions and 0 deletions

View File

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