diff --git a/frontend/src-tauri/capabilities/default.json b/frontend/src-tauri/capabilities/default.json index d97ab54..6c95be9 100644 --- a/frontend/src-tauri/capabilities/default.json +++ b/frontend/src-tauri/capabilities/default.json @@ -15,7 +15,14 @@ "http:default", { "identifier": "http:default", - "allow": [{ "url": "https://haystack.johncosta.tech" }] + "allow": [ + { + "url": "https://haystack.johncosta.tech" + }, + { + "url": "http://localhost:3040" + } + ] } ] }