fix: convert ctx.Method() []byte to string

see similar commit 10d174f626
This commit is contained in:
DarkCat09 2024-07-02 19:14:30 +04:00
parent bc6490187d
commit 27a8c3d1d1
Signed by: DarkCat09
GPG key ID: 0A26CD5B3345D6E3

View file

@ -58,7 +58,7 @@ func handler(ctx *fasthttp.RequestCtx) {
)
row := stmt.QueryRow(
ctx.Method(),
string(ctx.Method()),
fmt.Sprintf(
"%s://%s:%s%s",
scheme,