reface to openteam
This commit is contained in:
@@ -11,7 +11,6 @@ import (
|
||||
"opencatd-open/router"
|
||||
"opencatd-open/store"
|
||||
"opencatd-open/team"
|
||||
"opencatd-open/team/dashboard"
|
||||
"os"
|
||||
|
||||
"github.com/duke-git/lancet/v2/fileutil"
|
||||
@@ -170,11 +169,6 @@ func main() {
|
||||
|
||||
r.Any("/v1/*proxypath", router.HandleProxy)
|
||||
|
||||
api := r.Group("/api")
|
||||
{
|
||||
api.POST("/login", dashboard.HandleLogin)
|
||||
}
|
||||
|
||||
// r.POST("/v1/chat/completions", router.HandleProy)
|
||||
// r.GET("/v1/models", router.HandleProy)
|
||||
// r.GET("/v1/dashboard/billing/subscription", router.HandleProy)
|
||||
|
||||
Reference in New Issue
Block a user