mirror of
https://github.com/sasjs/server.git
synced 2026-01-12 00:30:06 +00:00
chore: fix for development docker-compose
This commit is contained in:
@@ -27,10 +27,6 @@ app.use('/', webRouter)
|
||||
app.use('/SASjsApi', apiRouter)
|
||||
app.use(express.json({ limit: '50mb' }))
|
||||
|
||||
try {
|
||||
app.use(express.static(getWebBuildFolderPath()))
|
||||
} catch (err) {
|
||||
console.error('Unable to get web build')
|
||||
}
|
||||
app.use(express.static(getWebBuildFolderPath()))
|
||||
|
||||
export default connectDB().then(() => app)
|
||||
|
||||
Reference in New Issue
Block a user