reface to openteam

This commit is contained in:
Sakurasan
2025-04-16 18:01:27 +08:00
parent bc223d6530
commit e7ffc9e8b9
92 changed files with 5345 additions and 1273 deletions

View File

@@ -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)