This commit is contained in:
2023-07-26 10:40:42 +02:00
parent c7949febf2
commit b5f9b6b638
4 changed files with 6 additions and 4 deletions

View File

@@ -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,
})