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