Skip to content

Commit

Permalink
Release v1.1.2 (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: Giovanni Fatelli <[email protected]>
  • Loading branch information
cdconn00 and Frafire authored Jan 4, 2023
1 parent ec8e2cb commit e586f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/ControllerController.js
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ router.put('/:cid/visit', microAuth, async (req, res) => {
return res.json(res.stdRes);
})

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

0 comments on commit e586f0b

Please sign in to comment.