Comparing version 0.1.0-aplha to 0.1.2-aplha
{ | ||
"name": "spoondev", | ||
"version": "0.1.0-aplha", | ||
"version": "0.1.2-aplha", | ||
"description": "Modulo npm para manipular imagenes", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,3 +14,3 @@ const request = require("node-superfetch"); | ||
const { body } = await request | ||
.post("http://localhost:3000/generate_image") | ||
.post("https://spoonapi-1-n5834322.deta.app/generate_image") | ||
.set("Authorization", this.token) | ||
@@ -17,0 +17,0 @@ .send(render); |
3193