cleanup
This commit is contained in:
parent
299d9b5c23
commit
99204f1eb0
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue