Skip to content
Snippets Groups Projects
Commit a4a13486 authored by esikkala's avatar esikkala
Browse files

Add Express server info

parent cb707b1b
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,6 @@ app.listen(app.get('port'), () =>
console.log(`
Express server listening on port ${app.get('port')}
Static files (e.g. the React app) will be served from ${publicPath}
API path is ${apiPath}`
)
API path is ${apiPath}
`)
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment