This commit is contained in:
Timothy J. Baek 2024-06-26 00:23:24 -07:00
parent 0e7db89117
commit 0ec4d56593
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
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
const messageHandler = (event) => {