fix swagger

This commit is contained in:
2026-01-18 19:07:41 +08:00
parent 20ed44aa74
commit 7d3915aae2
319 changed files with 7888 additions and 4559 deletions

View File

@@ -3,8 +3,8 @@ package user
import (
"context"
v1 "leke/api/user/v1"
"leke/internal/service"
v1 "TrangleAgent/api/user/v1"
"TrangleAgent/internal/service"
)
type RoleControllerV1 struct{}