feat: add kfu-m-24-1 stubs folder; include eng-it-lean stubs api

This commit is contained in:
qosquo
2024-12-19 19:51:07 +03:00
parent 10b5207f9a
commit 872c921a53
6 changed files with 204 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
const { Router } = require('express')
const router = Router()
router.use('/eng-it-lean', require('./eng-it-lean/index'))
module.exports = router