wip: fully migrate to tauri v2
This commit is contained in:
@@ -59,7 +59,7 @@ export default function App() {
|
||||
headers: {
|
||||
Accept: 'application/nostr+json',
|
||||
},
|
||||
}).then((res) => res.data),
|
||||
}).then((res) => res.json()),
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user