Skip to content

Commit 579dc52

Browse files
committed
Fix redundant listen
1 parent a13ebed commit 579dc52

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

backend/user-service/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,5 @@ app.use((req, res, next) => {
105105

106106
app.use(errorHandler);
107107

108-
app.listen(port, async () => {
109-
console.log(`Server is running at http://localhost:${port}`);
110-
});
111-
112108
export default app;
113109
export { port };

0 commit comments

Comments
 (0)