This commit is contained in:
grinikita
2023-11-20 18:58:08 +03:00
parent 73ececf944
commit 9fd69a2d2d
4 changed files with 59 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
const express = require('express')
const router = express.Router()
router.use('/example', require('./example/index'))
module.exports = router