We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591fc2d commit 388b955Copy full SHA for 388b955
1 file changed
api-gateway/src/index.ts
@@ -2,5 +2,5 @@ import app from "./app";
2
import { PORT } from "./config";
3
4
app.listen(PORT,() => {
5
- console.log(`api gateway is running on port ${PORT}`);
+ console.log(`api gateway is running on ports ${PORT}`);
6
})
0 commit comments