fix: working http client

This commit is contained in:
2025-04-26 17:17:19 +01:00
parent 7f7a2975af
commit 78a28dee8d
5 changed files with 968 additions and 49 deletions

View File

@@ -25,7 +25,7 @@ notify = "6.1.1"
base64 = "0.21.7"
tokio = { version = "1.36.0", features = ["full"] }
tauri-plugin-store = "2.0.0-beta.12"
tauri-plugin-http = "2.0.0-beta.12"
tauri-plugin-http = "2.4.3"
chrono = "0.4"
log = "0.4"
tauri-plugin-log = "2"

View File

@@ -8,7 +8,6 @@ permissions = [
"core:window:allow-start-dragging",
"core:window:allow-show",
"fs:default",
"http:default",
{ identifier = "http:default", allow = [
{ url = "https://haystack.johncosta.tech" },
{ url = "http://localhost:3040" },