Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dariahorga authored Jan 31, 2025
1 parent bbf501a commit 6aa070e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ app.use('/uploads', express.static(path.join(__dirname, 'uploads')));
// fs.mkdirSync(uploadsDir);
// }

app.listen(8081,'0.0.0.0', () => {
app.listen(8081, () => {
console.log("Connected to backend!")
})

0 comments on commit 6aa070e

Please sign in to comment.