n8n-nodes-supermachine 0.10.1 → 0.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -920,7 +920,7 @@ class Supermachine {
|
|
|
920
920
|
try {
|
|
921
921
|
removeResponse = await this.helpers.requestWithAuthentication.call(this, 'supermachineApi', {
|
|
922
922
|
method: 'POST',
|
|
923
|
-
url: 'https://dev.supermachine.art/v1/tools/
|
|
923
|
+
url: 'https://dev.supermachine.art/v1/tools/remove-background',
|
|
924
924
|
json: true,
|
|
925
925
|
body,
|
|
926
926
|
});
|
|
@@ -1377,7 +1377,7 @@ class Supermachine {
|
|
|
1377
1377
|
try {
|
|
1378
1378
|
instructResponse = await this.helpers.requestWithAuthentication.call(this, 'supermachineApi', {
|
|
1379
1379
|
method: 'POST',
|
|
1380
|
-
url: 'https://dev.supermachine.art/v1/tools/instruct
|
|
1380
|
+
url: 'https://dev.supermachine.art/v1/tools/instruct',
|
|
1381
1381
|
json: true,
|
|
1382
1382
|
body,
|
|
1383
1383
|
});
|
package/package.json
CHANGED