fix 自定义域名验证逻辑
This commit is contained in:
@@ -41,8 +41,8 @@ func main() {
|
||||
|
||||
// 初始化用户
|
||||
r.POST("/1/users/init", router.Handleinit)
|
||||
r.Any("/v1/chat/completions", router.HandleProy)
|
||||
r.Any("/", router.HandleProy)
|
||||
r.POST("/v1/chat/completions", router.HandleProy)
|
||||
r.GET("/v1/models", router.HandleProy)
|
||||
|
||||
r.Run(":80")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user