mirror of
https://github.com/sasjs/server.git
synced 2026-01-13 00:50:06 +00:00
chore: rename Web folder to web
This commit is contained in:
@@ -5,6 +5,6 @@ const app = express()
|
||||
|
||||
app.use(express.json({ limit: '50mb' }))
|
||||
app.use('/', indexRouter)
|
||||
app.use(express.static(path.join(__dirname, '..', 'Web', 'build')))
|
||||
app.use(express.static(path.join(__dirname, '..', 'web', 'build')))
|
||||
|
||||
export default app
|
||||
|
||||
Reference in New Issue
Block a user