Skip to content

Commit 388b955

Browse files
committed
feat: k-wrk
1 parent 591fc2d commit 388b955

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api-gateway/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import app from "./app";
22
import { PORT } from "./config";
33

44
app.listen(PORT,() => {
5-
console.log(`api gateway is running on port ${PORT}`);
5+
console.log(`api gateway is running on ports ${PORT}`);
66
})

0 commit comments

Comments
 (0)