feat: done

This commit is contained in:
2025-12-18 00:21:49 +08:00
parent 7261c0fcc3
commit bfce71b56d
15 changed files with 331 additions and 17 deletions

View File

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