mirror of
https://github.com/open-webui/open-webui
synced 2025-05-31 02:48:57 +00:00
fix
This commit is contained in:
parent
0e7db89117
commit
0ec4d56593
@ -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 New Issue
Block a user