Skip to content

Commit

Permalink
testing cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
sjohn198 committed Jun 4, 2024
1 parent 2c684c5 commit 6cc1a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/express-backend/backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ app.get("/profile-picture/:id", (req, res) => {
});
});

app.post("/users", (req, res) => {
app.post("/users", (req, res) => {
userService.signupUser(req, res);
});

Expand Down

0 comments on commit 6cc1a69

Please sign in to comment.