1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-14 01:10:05 +00:00

fix: fix web route

This commit is contained in:
Yury Shkoda
2021-10-28 15:04:34 +00:00
parent f5e6b56abb
commit 6c7a6b6c6a
2 changed files with 1 additions and 134 deletions

View File

@@ -3,6 +3,6 @@ import webRouter from './web'
const router = express.Router()
router.use('/web', webRouter)
router.use('/', webRouter)
export default router