mirror of
https://github.com/MarekWojt/gertdns.git
synced 2025-12-15 12:59:53 +01:00
improve error message for update action
This commit is contained in:
@@ -133,7 +133,7 @@ func update(ctx *fasthttp.RequestCtx) {
|
|||||||
ipv6 := string(ctx.QueryArgs().PeekBytes(ipv6Param))
|
ipv6 := string(ctx.QueryArgs().PeekBytes(ipv6Param))
|
||||||
|
|
||||||
if ipv4 == "" && ipv6 == "" {
|
if ipv4 == "" && ipv6 == "" {
|
||||||
ctx.WriteString("Missing ipv6 or ipv4 query parameter")
|
ctx.WriteString("Provide at least one these query parameters: ipv4, ipv6")
|
||||||
ctx.SetStatusCode(fasthttp.StatusBadRequest)
|
ctx.SetStatusCode(fasthttp.StatusBadRequest)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user