Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
m67hoff committed Sep 6, 2018
2 parents 2e547db + 94b20cb commit be52b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.js-server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ app.get(['/config', '/webappconfig.json'], (req, res) => {
// serve static files / angular web client
log.http('express', 'static_file_path: ', path.join(__dirname, '/webapp'))
app.use(function (req, res, next) {
log.verbose('express', 'serve static: ', req.url)
log.http('express', 'Static ' + req.method + ' ' + req.originalUrl)
next()
})
app.use(express.static(path.join(__dirname, '/webapp')))
Expand Down

0 comments on commit be52b92

Please sign in to comment.