Files
quyun/backend_v1/app/http/routes.manual.go
Rogee 49072ddd79
Some checks failed
build quyun / Build (push) Failing after 1m30s
migrate controllers
2025-12-19 23:33:02 +08:00

10 lines
123 B
Go

package http
func (r *Routes) Path() string {
return "/http"
}
func (r *Routes) Middlewares() []any {
return []any{}
}