mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
flow
This commit is contained in:
@@ -5,6 +5,7 @@ import (
|
||||
"pandax/pkg/transport"
|
||||
|
||||
devRouter "pandax/apps/develop/router"
|
||||
flowRouter "pandax/apps/flow/router"
|
||||
jobRouter "pandax/apps/job/router"
|
||||
logRouter "pandax/apps/log/router"
|
||||
resRouter "pandax/apps/resource/router"
|
||||
@@ -43,6 +44,12 @@ func InitRouter() *transport.HttpServer {
|
||||
//本地图片上传接口
|
||||
sysRouter.InitUploadRouter(container)
|
||||
}
|
||||
//流程管理
|
||||
{
|
||||
flowRouter.InitFlowWorkClassifyRouter(container)
|
||||
flowRouter.InitFlowWorkInfoRouter(container)
|
||||
flowRouter.InitFlowWorkTemplatesRouter(container)
|
||||
}
|
||||
// 任务
|
||||
{
|
||||
jobRouter.InitJobRouter(container)
|
||||
|
||||
Reference in New Issue
Block a user