mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
endpoint address updated
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user