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

chore: cleanup

This commit is contained in:
2022-09-05 12:20:56 +02:00
parent 7477326b22
commit b9a596616d
2 changed files with 5 additions and 54 deletions

View File

@@ -8,8 +8,6 @@ const router = express.Router()
const { MOCK_SERVERTYPE } = process.env
console.log('MOCK_SERVERTYPE', MOCK_SERVERTYPE)
switch (MOCK_SERVERTYPE) {
case MOCK_SERVERTYPEType.SAS9: {
router.use('/', sas9WebRouter)