Skip to content

Commit

Permalink
feat: adds route to receive sei number checks fga-eps-mds/2021.1-Orac…
Browse files Browse the repository at this point in the history
…ulo#185

Co-authored-by: Joao Paulo Lima da Silva <jpaulo.on@gmail.com>
  • Loading branch information
lucasvmx and jpaulohe4rt committed Nov 9, 2021
1 parent dbfecd0 commit 6d0dad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ routes.post("/records/:id/add-tag", RecordController.addTagToRecord);
routes.get("/sections", SectionController.listSections);
routes.post("/records/:id/edit", RecordController.editRecord);
routes.post("/users", UserController.createUser);
routes.get("/records/with-sei", RecordController.findRecordWithSeiNumber);
routes.get("/user/by-mail", UserController.getUserByMail);

module.exports = routes;

0 comments on commit 6d0dad2

Please sign in to comment.