This commit is contained in:
adueck 2022-11-02 11:10:57 +05:00
parent 299d9b5c23
commit 99204f1eb0
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ const allNounAdjTsS = [...new Set(nounAdjTsFiles.reduce((arr, fileName) => {
return [...arr, ...TsS]; return [...arr, ...TsS];
}, []))]; }, []))];
fetch("https://account.lingdocs.com/dictionary/entry", { fetch("https://account.lingdocs.com/dictionary/entries", {
method: "POST", method: "POST",
headers: { headers: {
"Content-Type": "application/json", "Content-Type": "application/json",