From 99204f1eb026ee85f0e5ac4f0a46e15756197749 Mon Sep 17 00:00:00 2001 From: adueck Date: Wed, 2 Nov 2022 11:10:57 +0500 Subject: [PATCH] cleanup --- get-words.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-words.js b/get-words.js index 3a98075..9e3191a 100644 --- a/get-words.js +++ b/get-words.js @@ -23,7 +23,7 @@ const allNounAdjTsS = [...new Set(nounAdjTsFiles.reduce((arr, fileName) => { return [...arr, ...TsS]; }, []))]; -fetch("https://account.lingdocs.com/dictionary/entry", { +fetch("https://account.lingdocs.com/dictionary/entries", { method: "POST", headers: { "Content-Type": "application/json",