mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 12:19:16 +00:00
Feat: add and edit contact in frontend
This commit is contained in:
@@ -11,6 +11,6 @@ routes.get("/contacts/:contactId", isAuth, ContactController.show);
|
||||
|
||||
routes.post("/contacts", isAuth, ContactController.store);
|
||||
|
||||
// routes.put("/contacts/contactId", isAuth, ContactController.index);
|
||||
routes.put("/contacts/:contactId", isAuth, ContactController.update);
|
||||
|
||||
module.exports = routes;
|
||||
|
||||
Reference in New Issue
Block a user