mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-08-30 15:52:03 +02:00
nipb0: fixes to blossom.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user