fix(PostBin Node): Update base URL for postbin node (#15358)

This commit is contained in:
Nikhil Kuriakose
2025-05-14 10:00:16 +02:00
committed by GitHub
parent 6a70841a05
commit 0cddc9576f
4 changed files with 9 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ export const binOperations: INodeProperties[] = [
routing: {
request: {
method: 'POST',
url: '/developers/postbin/api/bin',
url: '/api/bin',
},
output: {
postReceive: [transformBinResponse],