forked from open-webui/open-webui
		
	endpoint address updated
This commit is contained in:
		
							parent
							
								
									c4413a7afa
								
							
						
					
					
						commit
						568ce38fa1
					
				
					 3 changed files with 6 additions and 6 deletions
				
			
		|  | @ -1,7 +1,7 @@ | |||
| import { ENDPOINT } from '$lib/contants'; | ||||
| import type { PageServerLoad } from './$types'; | ||||
| 
 | ||||
| export const load: PageServerLoad = async ({ url, fetch }) => { | ||||
| export const load: PageServerLoad = async ({ url }) => { | ||||
| 	const models = await fetch(`${ENDPOINT}/api/tags`, { | ||||
| 		method: 'GET', | ||||
| 		headers: { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek