Skip to content

Commit e586f0b

Browse files
cdconn00Frafire
andauthored
Release v1.1.2 (#16)
Co-authored-by: Giovanni Fatelli <giovag200@gmail.com>
1 parent ec8e2cb commit e586f0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controllers/ControllerController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ router.put('/:cid/visit', microAuth, async (req, res) => {
731731
return res.json(res.stdRes);
732732
})
733733

734-
router.put('/:cid', getUser, auth(['atm', 'datm', 'ta', 'fe', 'ec', 'wm', 'ins', 'mtr']), async (req, res) => {
734+
router.put('/:cid', getUser, auth(['atm', 'datm', 'ta', 'wm', 'ins']), async (req, res) => {
735735
try {
736736
if(!req.body.form) {
737737
throw {

0 commit comments

Comments
 (0)