Commit 0ec4d565 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent 0e7db891
...@@ -48,7 +48,7 @@ ...@@ -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) => {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment