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

@@ -2,9 +2,9 @@ package room
import (
"context"
"leke/api/room"
v1 "leke/api/room/v1"
"leke/internal/service"
"TrangleAgent/api/room"
v1 "TrangleAgent/api/room/v1"
"TrangleAgent/internal/service"
)
type ControllerV1 struct{}