mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-11-18 01:56:30 +01:00
feat(nip11): update to nips pr nostr-protocol/nip#1821
This commit is contained in:
@@ -21,8 +21,8 @@ func TestUpload(t *testing.T) {
|
||||
ctx := context.Background()
|
||||
resp, err := Upload(ctx, UploadRequest{
|
||||
Host: "https://nostr.build/api/v2/nip96/upload",
|
||||
//Host: "https://nostrcheck.me/api/v2/media",
|
||||
//Host: "https://nostrage.com/api/v2/media",
|
||||
// Host: "https://nostrcheck.me/api/v2/media",
|
||||
// Host: "https://nostrage.com/api/v2/media",
|
||||
SK: nostr.GeneratePrivateKey(),
|
||||
SignPayload: true,
|
||||
File: img,
|
||||
|
||||
Reference in New Issue
Block a user