fixed const key, logs, deleted example

This commit is contained in:
Nikolai Petukhov
2024-10-12 11:17:21 +03:00
parent f13ae33cb4
commit b215e22f53
9 changed files with 6 additions and 97 deletions

View File

@@ -2,8 +2,6 @@ const express = require('express')
const router = express.Router()
router.use('/example', require('./example/index'))
router.use('/enterfront', require('./enterfront/index'))
module.exports = router