mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: Update chat bundle url (no-changelog) (#17828)
This commit is contained in:
@@ -77,7 +77,7 @@ export function createPage({
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script type="module">
|
<script type="module">
|
||||||
import { createChat } from 'https://cdn.jsdelivr.net/npm/n8n-chat-atekron@0.49.0/dist/chat.bundle.es.js';
|
import { createChat } from 'https://cdn.jsdelivr.net/npm/@n8n/chat/dist/chat.bundle.es.js';
|
||||||
|
|
||||||
(async function () {
|
(async function () {
|
||||||
const authentication = '${sanitizedAuthentication}';
|
const authentication = '${sanitizedAuthentication}';
|
||||||
|
|||||||
Reference in New Issue
Block a user