mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(Raindrop Node): Update access token URL (#4542)
⚡ Change token exchange URL
This commit is contained in:
@@ -24,7 +24,7 @@ export class RaindropOAuth2Api implements ICredentialType {
|
||||
displayName: 'Access Token URL',
|
||||
name: 'accessTokenUrl',
|
||||
type: 'hidden',
|
||||
default: 'https://raindrop.io/oauth/access_token',
|
||||
default: 'https://api.raindrop.io/v1/oauth/access_token',
|
||||
},
|
||||
{
|
||||
displayName: 'Auth URI Query Parameters',
|
||||
|
||||
Reference in New Issue
Block a user