Skip to content

Commit 18856fe

Browse files
committed
Changes in server.js
1 parent 90a14de commit 18856fe

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

server.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,12 @@ app.get(
521521
}
522522
);
523523

524+
/* To run on local server remove comment
524525
app.listen(3000, 'localhost', () => {
525526
console.log('Server is running on http://localhost:3000');
526527
});
528+
*/
529+
530+
app.listen(8443, () => {
531+
console.log('Server is running on https://ublocks.balab.aueb.gr');
532+
});

0 commit comments

Comments
 (0)