mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
fix(PostBin Node): Update base URL for postbin node (#15358)
This commit is contained in:
@@ -21,7 +21,7 @@ export class PostBin implements INodeType {
|
||||
outputs: [NodeConnectionTypes.Main],
|
||||
credentials: [],
|
||||
requestDefaults: {
|
||||
baseURL: 'https://www.toptal.com',
|
||||
baseURL: 'https://www.postb.in',
|
||||
},
|
||||
properties: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user