Timothy J. Baek 10 月之前
父節點
當前提交
0ec4d56593
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib/components/workspace/Functions.svelte

+ 1 - 1
src/lib/components/workspace/Functions.svelte

@@ -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) => {