update the agent code for admin
This commit is contained in:
@@ -231,6 +231,7 @@ router.get('/agentPr/:agent_id', hasPermission('agents'), pieceRequestController
|
||||
router.put('/updateAgent/:id', hasPermission('agentUpdate'), representationController.update_representation_by_admin)
|
||||
router.post('/revokeAgent/:id', hasPermission('agentUpdate'), representationController.revoke_representation_by_admin)
|
||||
router.get('/revokedAgents', representationController.get_revoked_agents_for_admin)
|
||||
router.put('/updateAgentCode/:id', hasPermission('agentUpdate'), representationController.update_agent_code)
|
||||
|
||||
// update files
|
||||
router.post(
|
||||
|
||||
Reference in New Issue
Block a user