Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlgonzaDJun committed Dec 4, 2023
1 parent c8a5b48 commit 2344a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/conselor-route.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const authToken = require("../middlewares/auth");
const route = express.Router();

route.post("/", saveSchedule)
route.post("/asconselor", authToken, registConselor)
route.post("/asconselor", registConselor)
route.get("/getconselor", getConselor)
route.get("/:id", getConselorById)
route.put("/price", updatePrice)
Expand Down

0 comments on commit 2344a25

Please sign in to comment.