Timothy J. Baek hai 10 meses
pai
achega
0ec4d56593
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 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) => {