We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdee186 commit c2e9b2eCopy full SHA for c2e9b2e
src/server.js
@@ -4,5 +4,5 @@ require('dotenv').config();
4
const PORT = process.env.PORT || 3001;
5
6
app.listen(PORT, () => {
7
- console.log(`Aplicação rodando na porta ${PORT}`);
+ console.log(`Aplicação iniciada na porta ${PORT}`);
8
});
0 commit comments