mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
⚡ Update URLs to n8n.io API (#3391)
This commit is contained in:
@@ -772,7 +772,7 @@ export const schema = {
|
|||||||
endpoint: {
|
endpoint: {
|
||||||
doc: 'Endpoint to retrieve version information from.',
|
doc: 'Endpoint to retrieve version information from.',
|
||||||
format: String,
|
format: String,
|
||||||
default: 'https://api.n8n.io/versions/',
|
default: 'https://api.n8n.io/api/versions/',
|
||||||
env: 'N8N_VERSION_NOTIFICATIONS_ENDPOINT',
|
env: 'N8N_VERSION_NOTIFICATIONS_ENDPOINT',
|
||||||
},
|
},
|
||||||
infoUrl: {
|
infoUrl: {
|
||||||
@@ -793,7 +793,7 @@ export const schema = {
|
|||||||
host: {
|
host: {
|
||||||
doc: 'Endpoint host to retrieve workflow templates from endpoints.',
|
doc: 'Endpoint host to retrieve workflow templates from endpoints.',
|
||||||
format: String,
|
format: String,
|
||||||
default: 'https://api.n8n.io/',
|
default: 'https://api.n8n.io/api/',
|
||||||
env: 'N8N_TEMPLATES_HOST',
|
env: 'N8N_TEMPLATES_HOST',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ export const BREAKPOINT_LG = 1200;
|
|||||||
export const BREAKPOINT_XL = 1920;
|
export const BREAKPOINT_XL = 1920;
|
||||||
|
|
||||||
|
|
||||||
export const N8N_IO_BASE_URL = `https://api.n8n.io/`;
|
export const N8N_IO_BASE_URL = `https://api.n8n.io/api/`;
|
||||||
|
|
||||||
// node types
|
// node types
|
||||||
export const BAMBOO_HR_NODE_TYPE = 'n8n-nodes-base.bambooHr';
|
export const BAMBOO_HR_NODE_TYPE = 'n8n-nodes-base.bambooHr';
|
||||||
|
|||||||
Reference in New Issue
Block a user