Skip to content

Commit c2e9b2e

Browse files
fix(server)message change
1 parent bdee186 commit c2e9b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ require('dotenv').config();
44
const PORT = process.env.PORT || 3001;
55

66
app.listen(PORT, () => {
7-
console.log(`Aplicação rodando na porta ${PORT}`);
7+
console.log(`Aplicação iniciada na porta ${PORT}`);
88
});

0 commit comments

Comments
 (0)