Skip to content

Commit

Permalink
arreglar errors merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Eman0209 committed May 1, 2024
1 parent 49f4912 commit 67bb349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back_api/server.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const app = require('./app');
require('dotenv').config();

const PORT = 8080 ||process.env.PORT;
const PORT = 8080 || process.env.PORT;

app.listen(PORT, async () => {
console.log(`Server is working on PORT ${PORT}`);
Expand Down

0 comments on commit 67bb349

Please sign in to comment.