Skip to content

Commit

Permalink
(feat) - CI/CD dockerCompose in SSH tunnel
Browse files Browse the repository at this point in the history
  • Loading branch information
MTthoas committed Mar 4, 2024
1 parent 0e8103e commit c0a5be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ app.post('/api/auth/logout', checkJwt, authController.logout.bind(authController
app.get('/api/auth/whoiam', authController.whoIam.bind(authController));

app.listen(3002, '0.0.0.0', () => {
console.log("Auth service is running on port 3003");
console.log("Auth service is running on port 3002");
});

0 comments on commit c0a5be7

Please sign in to comment.