Додан моніторінг застосунку
Додани веб компоненти карточок територій та повідомлень
This commit is contained in:
@@ -15,4 +15,8 @@ router
|
||||
.route('/list')
|
||||
.get(authenticate, SheepsController.getList);
|
||||
|
||||
router
|
||||
.route('/list/stand')
|
||||
.get(authenticate, SheepsController.getListStand);
|
||||
|
||||
module.exports = router;
|
||||
Reference in New Issue
Block a user