nipb0: fixes to blossom.

This commit is contained in:
fiatjaf
2025-03-04 19:20:11 -03:00
parent 2865cccc46
commit b3b8d5804d
6 changed files with 13 additions and 16 deletions

View File

@@ -28,7 +28,7 @@ func (c *Client) httpCall(
req := fasthttp.AcquireRequest()
defer fasthttp.ReleaseRequest(req)
req.SetRequestURI(url)
req.SetRequestURI(c.mediaserver + url)
req.Header.SetMethod(method)
req.Header.SetContentType(contentType)