This commit is contained in:
PandaX
2023-10-24 14:06:57 +08:00
parent b2412719dc
commit 530e703839
8 changed files with 8 additions and 417 deletions

View File

@@ -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)
// 开启调度任务