Update index.js
Browse files
index.js
CHANGED
@@ -436,7 +436,7 @@ async function processImage(image, denoise, scale, format, type) {
|
|
436 |
try {
|
437 |
const response = await axios.request({
|
438 |
method: "GET",
|
439 |
-
url: "https://api.alcaamado.es/api/v2/waifu2x/check?hash=" + id_hash
|
440 |
headers: {
|
441 |
Accept: "image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8",
|
442 |
"Content-Type": "image/jpg",
|
|
|
436 |
try {
|
437 |
const response = await axios.request({
|
438 |
method: "GET",
|
439 |
+
url: "https://api.alcaamado.es/api/v2/waifu2x/check?hash=" + id_hash,
|
440 |
headers: {
|
441 |
Accept: "image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8",
|
442 |
"Content-Type": "image/jpg",
|