Commit 7843d5b1 by feitianbubu

fix: sora fetch task route

parent 94b68c2b
...@@ -19,7 +19,7 @@ func SetVideoRouter(router *gin.Engine) { ...@@ -19,7 +19,7 @@ func SetVideoRouter(router *gin.Engine) {
// docs: https://platform.openai.com/docs/api-reference/videos/create // docs: https://platform.openai.com/docs/api-reference/videos/create
{ {
videoV1Router.POST("/videos", controller.RelayTask) videoV1Router.POST("/videos", controller.RelayTask)
videoV1Router.GET("/videos/:id", controller.RelayTask) videoV1Router.GET("/videos/:task_id", controller.RelayTask)
} }
klingV1Router := router.Group("/kling/v1") klingV1Router := router.Group("/kling/v1")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment