diff --git a/pkg/routes/index.go b/pkg/routes/index.go index e853239..cf7c41c 100644 --- a/pkg/routes/index.go +++ b/pkg/routes/index.go @@ -49,6 +49,7 @@ func (r *Routes) usePostfixForce(c *routing.Context) (err error) { fullPath = append(fullPath, '.') fullPath = append(fullPath, []byte(templates.URLPostfix)...) + fullPath = c.QueryArgs().AppendBytes(fullPath) return r.relativeRedirectBytes(c, fullPath, fasthttp.StatusFound) }