mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-20 20:59:16 +00:00
maintenance commit
This commit is contained in:
@@ -5,11 +5,6 @@ const MessangeController = require("../controllers/message");
|
||||
|
||||
const routes = express.Router();
|
||||
|
||||
routes.post(
|
||||
"/messages/setread",
|
||||
isAuth,
|
||||
MessangeController.postUpdateMessageStatus
|
||||
);
|
||||
routes.get(
|
||||
"/messages/:contactId",
|
||||
isAuth,
|
||||
|
||||
Reference in New Issue
Block a user