feat: implement the initial ObsiGate frontend application with search, history, and autocomplete functionality.
This commit is contained in:
parent
960a06f189
commit
e91cc1c52c
@ -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 }),
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user