mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(PostBin Node): Update base URL for postbin node (#15358)
This commit is contained in:
@@ -22,7 +22,7 @@ export const binOperations: INodeProperties[] = [
|
||||
routing: {
|
||||
request: {
|
||||
method: 'POST',
|
||||
url: '/developers/postbin/api/bin',
|
||||
url: '/api/bin',
|
||||
},
|
||||
output: {
|
||||
postReceive: [transformBinResponse],
|
||||
|
||||
Reference in New Issue
Block a user