feat: add video channel kling

This commit is contained in:
skynono
2025-06-19 11:53:42 +08:00
parent 1ea674f3ff
commit d7ed0214ad
17 changed files with 619 additions and 6 deletions
+1
View File
@@ -14,6 +14,7 @@ func SetRouter(router *gin.Engine, buildFS embed.FS, indexPage []byte) {
SetApiRouter(router)
SetDashboardRouter(router)
SetRelayRouter(router)
SetVideoRouter(router)
frontendBaseUrl := os.Getenv("FRONTEND_BASE_URL")
if common.IsMasterNode && frontendBaseUrl != "" {
frontendBaseUrl = ""