v0.0.211
This commit is contained in:
@@ -129,7 +129,7 @@ func (w *GinRouteBuilder) Handle(handler WHandlerFunc) {
|
||||
|
||||
w.routes.wrapper.routeSpecs = append(w.routes.wrapper.routeSpecs, ginRouteSpec{
|
||||
Method: methodName,
|
||||
URL: w.relPath,
|
||||
URL: w.absPath,
|
||||
Middlewares: middlewareNames,
|
||||
Handler: handlerName,
|
||||
})
|
||||
|
Reference in New Issue
Block a user