mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 21:35:19 +00:00
fix
This commit is contained in:
parent
0e7db89117
commit
0ec4d56593
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
const url = 'https://openwebui.com';
|
const url = 'https://openwebui.com';
|
||||||
|
|
||||||
const tab = await window.open(`${url}/tools/create`, '_blank');
|
const tab = await window.open(`${url}/functions/create`, '_blank');
|
||||||
|
|
||||||
// Define the event handler function
|
// Define the event handler function
|
||||||
const messageHandler = (event) => {
|
const messageHandler = (event) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue