|
@@ -38,7 +38,6 @@ func Routers() *gin.Engine {
|
|
|
router.InitEmailRouter(PrivateGroup)
|
|
|
router.InitSystemRouter(PrivateGroup)
|
|
|
router.InitCasbinRouter(PrivateGroup)
|
|
|
- router.InitWorkflowRouter(PrivateGroup)
|
|
|
router.InitCustomerRouter(PrivateGroup)
|
|
|
router.InitAutoCodeRouter(PrivateGroup)
|
|
|
router.InitAuthorityRouter(PrivateGroup)
|