Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Murithijoshua authored Feb 29, 2024
1 parent 4a9c1c6 commit bc8f972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ app.use("/user", provider)
app.use("/case", cases)


const PORT = process.env.PORT || 4000;
const PORT = process.env.PORT || 3000;
app.listen(PORT, () =>
console.log(`Ushauri Web App started. Listening on Port: ${PORT}`)
);

0 comments on commit bc8f972

Please sign in to comment.