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:
@@ -15,5 +15,5 @@ export const setupRoutes = (app: Express) => {
|
||||
appStreamRouter(req, res, next)
|
||||
})
|
||||
|
||||
app.use('/', csrfProtection, webRouter)
|
||||
app.use('/', webRouter)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user