mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 04:09:26 +00:00
Create custom field table and assocs
This commit is contained in:
@@ -7,6 +7,10 @@ const routes = express.Router();
|
||||
|
||||
routes.get("/contacts", isAuth, ContactController.index);
|
||||
|
||||
routes.get("/contacts/:contactId", isAuth, ContactController.show);
|
||||
|
||||
routes.post("/contacts", isAuth, ContactController.store);
|
||||
|
||||
// routes.put("/contacts/contactId", isAuth, ContactController.index);
|
||||
|
||||
module.exports = routes;
|
||||
|
||||
Reference in New Issue
Block a user