mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-20 20:59:16 +00:00
🗑added public folder content to gitignore
This commit is contained in:
@@ -6,7 +6,6 @@ const ContactController = require("../controllers/ContactController");
|
||||
const routes = express.Router();
|
||||
|
||||
routes.get("/contacts", isAuth, ContactController.index);
|
||||
// routes.post(ContactController.postCreateContact);
|
||||
|
||||
routes.post("/contacts", isAuth, ContactController.store);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user