From e91cc1c52cba28ae3a79e614111015945c7d3eee Mon Sep 17 00:00:00 2001 From: Bruno Charest Date: Fri, 27 Mar 2026 14:45:07 -0400 Subject: [PATCH] feat: implement the initial ObsiGate frontend application with search, history, and autocomplete functionality. --- frontend/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/app.js b/frontend/app.js index df8233c..a8a8267 100644 --- a/frontend/app.js +++ b/frontend/app.js @@ -2889,6 +2889,7 @@ try { const data = await api("/api/bookmarks/toggle", { method: "POST", + headers: { "Content-Type": "application/json" }, body: JSON.stringify({ vault, path, title }), });