fix(internal): 删除cateage部分,修复repo和service部分

This commit is contained in:
2025-11-17 18:08:42 +08:00
parent 5bb025c1aa
commit 907befeb55
11 changed files with 57 additions and 95 deletions

View File

@@ -18,7 +18,6 @@ func RegisterRouter(r *gin.Engine) {
{
handler.RegisterRouterAuth(v1.Group("/auth"))
handler.RegisterRouterUser(v1.Group("/user"))
handler.RegisterRouterCateage(v1.Group("/cateage"))
v1.GET("/proxy", handler.Proxy)
}