mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-05 21:29:11 +00:00
Working API request body parsing to /post config!
This commit is contained in:
@@ -19,6 +19,7 @@ fetch("/config")
|
||||
|
||||
configForm.addEventListener("submit", (event) => {
|
||||
event.preventDefault();
|
||||
console.log(rawConfig);
|
||||
const response = fetch("/config", {
|
||||
method: "POST",
|
||||
credentials: "same-origin",
|
||||
|
||||
Reference in New Issue
Block a user