Skip to content

Commit c8eb3c7

Browse files
authored
Update server.ts
1 parent 115cd9f commit c8eb3c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/server.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ app.use(bodyParser.json());
1616
app.use("/mongo", mongoController.default);
1717

1818
const server = app.listen(9204, () => {
19-
console.log('Example app listening on port 9204!');
19+
console.log('The server is listening at http://localhost:9204');
2020
});
2121

22-
export default server;
22+
export default server;

0 commit comments

Comments
 (0)