mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(Chat Trigger Node): Fix Allowed Origins paramter (#11011)
This commit is contained in:
@@ -259,7 +259,7 @@ const commonPollingParameters: INodeProperties[] = [
|
||||
},
|
||||
];
|
||||
|
||||
const commonCORSParameters: INodeProperties[] = [
|
||||
export const commonCORSParameters: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Allowed Origins (CORS)',
|
||||
name: 'allowedOrigins',
|
||||
|
||||
Reference in New Issue
Block a user