[go: up one dir, main page]

Skip to content

Commit

Permalink
Update relay-router.go
Browse files Browse the repository at this point in the history
  • Loading branch information
luxlzz6 committed Nov 14, 2023
1 parent cd1290d commit d0e2cd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions router/relay-router.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ func SetRelayRouter(router *gin.Engine) {
{
relayMjRouter.POST("/submit/imagine", controller.RelayMidjourney)
relayMjRouter.POST("/submit/change", controller.RelayMidjourney)
relayMjRouter.POST("/submit/describe", controller.RelayMidjourney)
relayMjRouter.POST("/submit/blend", controller.RelayMidjourney)
relayMjRouter.POST("/notify", controller.RelayMidjourney)
relayMjRouter.GET("/task/:id/fetch", controller.RelayMidjourney)
}
Expand Down

0 comments on commit d0e2cd9

Please sign in to comment.