Remove unused testing term variable
This commit is contained in:
parent
c7f6aa98a3
commit
046ca40df3
1 changed files with 0 additions and 1 deletions
1
index.js
1
index.js
|
@ -5,7 +5,6 @@ const fetch = require("node-fetch");
|
|||
|
||||
app.get("/", (request, response) => {
|
||||
response.writeHead(200, { "Content-Type": "application/json" });
|
||||
const term = "漢字";
|
||||
fetch("https://tatoeba.org/en/api_v0/search" + request.url.substring(request.url.indexOf("?")))
|
||||
.then(response => response.text())
|
||||
.then(body => {
|
||||
|
|
Reference in a new issue