Skip to content

Commit 1330246

Browse files
committed
fix: group route prefixes not being applied
1 parent 11aebf2 commit 1330246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rmhttp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ func (app *App) Compile() {
295295
)
296296
}
297297

298-
app.Router.Handle(route.Method, route.Pattern, handler)
298+
app.Router.Handle(route.Method, route.ComputedPattern(), handler)
299299
}
300300

301301
// Add the error handlers to the router with any global middleware added.

0 commit comments

Comments
 (0)