Comparing version 1.0.15 to 1.1.0
{ | ||
"name": "sozlukjs", | ||
"version": "1.0.15", | ||
"version": "1.1.0", | ||
"description": "An API library for Turkish Dictionary websites.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,3 +18,3 @@ const fetch = require("node-fetch"); | ||
const request = await fetch( | ||
"http://cors-passer.herokuapp.com/http://ws.tureng.com/TurengSearchServiceV4.svc/Search", | ||
"http://ws.tureng.com/TurengSearchServiceV4.svc/Search", | ||
{ | ||
@@ -21,0 +21,0 @@ method: "POST", |
12521