fix: route issues

This commit is contained in:
2025-12-17 23:42:40 +08:00
parent df8c0627b4
commit 12faa04a7e
6 changed files with 319 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
package {{.PackageName}}
func (r *Routes) Path() string {
return "/{{.PackageName}}"
}
func (r *Routes) Middlewares() []any{
return []any{}
}