Skip to content

Commit 6cc1a69

Browse files
committed
testing cicd
1 parent 2c684c5 commit 6cc1a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/express-backend/backend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ app.get("/profile-picture/:id", (req, res) => {
8282
});
8383
});
8484

85-
app.post("/users", (req, res) => {
85+
app.post("/users", (req, res) => {
8686
userService.signupUser(req, res);
8787
});
8888

0 commit comments

Comments
 (0)