Skip to content

Commit

Permalink
Update All State Route
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonarafat committed Oct 16, 2023
1 parent 89981a1 commit 9cf36a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/v1/userRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = (app) => {
])

// Main routes
app.post("/api/all-state", [
app.get("/api/all-state", [
controller.mainController.all
])
app.post("/api/add-state", [
Expand Down

0 comments on commit 9cf36a6

Please sign in to comment.