There was an error while loading. Please reload this page.
1 parent 115cd9f commit c8eb3c7Copy full SHA for c8eb3c7
src/server.ts
@@ -16,7 +16,7 @@ app.use(bodyParser.json());
16
app.use("/mongo", mongoController.default);
17
18
const server = app.listen(9204, () => {
19
- console.log('Example app listening on port 9204!');
+ console.log('The server is listening at http://localhost:9204');
20
});
21
22
-export default server;
+export default server;
0 commit comments