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

feat: cli mock testing

This commit is contained in:
2022-10-11 18:37:20 +02:00
parent 0a6b972c65
commit 6434123401
13 changed files with 166 additions and 18 deletions

View File

@@ -15,5 +15,5 @@ export const setupRoutes = (app: Express) => {
appStreamRouter(req, res, next)
})
app.use('/', csrfProtection, webRouter)
app.use('/', webRouter)
}