feat: implement the initial ObsiGate frontend application with search, history, and autocomplete functionality.

This commit is contained in:
Bruno Charest 2026-03-27 14:45:07 -04:00
parent 960a06f189
commit e91cc1c52c

View File

@ -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 }),
});