fix issues

This commit is contained in:
yanghao05
2023-04-28 18:13:55 +08:00
parent ebcd25f776
commit e0e48fe83a
10 changed files with 192 additions and 161 deletions

View File

@@ -10,7 +10,7 @@ type Http struct {
dig.In
Service http.Service
Routes []http.Route `group:"route"`
Routes []http.Route `group:"routes"`
}
func ServeHttp() error {