Loading packages/client/src/lib/api.ts +4 −4 Original line number Diff line number Diff line Loading @@ -19,11 +19,11 @@ export const API = { method: "POST", headers: { "Content-Type": "application/json", }, body: JSON.stringify({ title, body, }), }, }), }, macro: { Loading Loading
packages/client/src/lib/api.ts +4 −4 Original line number Diff line number Diff line Loading @@ -19,11 +19,11 @@ export const API = { method: "POST", headers: { "Content-Type": "application/json", }, body: JSON.stringify({ title, body, }), }, }), }, macro: { Loading