Skip to content

Commit 808fe27

Browse files
authored
Updated console.log
Changed console.log in app.listen from frontend to reverse proxy
1 parent 29ad74d commit 808fe27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reverse proxy/server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ app.all('/orders/*', (req, res) => {
3737

3838
// Open and listen to server on specified port
3939
app.listen(PORT, () => {
40-
console.log(`Frontend server running on port ${PORT} ...`);
40+
console.log(`Reverse Proxy server running on port ${PORT} ...`);
4141
});

0 commit comments

Comments
 (0)