mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
优化
This commit is contained in:
@@ -11,7 +11,6 @@ import (
|
||||
jobRouter "pandax/apps/job/router"
|
||||
logRouter "pandax/apps/log/router"
|
||||
sysRouter "pandax/apps/system/router"
|
||||
videoRouter "pandax/apps/video/router"
|
||||
"pandax/pkg/middleware"
|
||||
)
|
||||
|
||||
@@ -76,10 +75,6 @@ func InitRouter() *transport.HttpServer {
|
||||
ruleRouter.InitRuleChainRouter(container)
|
||||
ruleRouter.InitRuleChainMsgLogRouter(container)
|
||||
}
|
||||
{
|
||||
//萤石摄像头
|
||||
videoRouter.InitEzvizRouter(container)
|
||||
}
|
||||
// api接口
|
||||
middleware.SwaggerConfig(container)
|
||||
// 开启调度任务
|
||||
|
||||
Reference in New Issue
Block a user