mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-12-03 23:06:12 +08:00
feat: 增加 可灵功能
This commit is contained in:
@@ -492,6 +492,7 @@ func main() {
|
||||
fx.Invoke(func(s *core.AppServer, h *handler.VideoHandler) {
|
||||
group := s.Engine.Group("/api/video")
|
||||
group.POST("luma/create", h.LumaCreate)
|
||||
group.POST("keling/create", h.KeLingCreate)
|
||||
group.GET("list", h.List)
|
||||
group.GET("remove", h.Remove)
|
||||
group.GET("publish", h.Publish)
|
||||
|
||||
Reference in New Issue
Block a user