feature(freetracker): landing requests
All checks were successful
platform/multy-stub/pipeline/head This commit looks good
All checks were successful
platform/multy-stub/pipeline/head This commit looks good
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
const router = require('express').Router();
|
||||
|
||||
router.use('/performer', require('./dashboard-performer'))
|
||||
router.use('/landing', require('./landing'))
|
||||
|
||||
module.exports = router;
|
||||
Reference in New Issue
Block a user