fix: working http client
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user