refactor: using tauri http client

This commit is contained in:
2025-04-13 19:34:02 +01:00
parent eba4268718
commit 878a47ffd1
7 changed files with 162 additions and 8 deletions

View File

@@ -7,6 +7,11 @@
"core:default",
"opener:default",
"dialog:default",
"core:window:allow-start-dragging"
"core:window:allow-start-dragging",
"http:default",
{
"identifier": "http:default",
"allow": [{ "url": "https://haystack.johncosta.tech" }]
}
]
}