endpoint address updated

This commit is contained in:
Timothy J. Baek
2023-10-08 18:32:54 -07:00
parent bd79466d60
commit 97ba15f18f
3 changed files with 6 additions and 6 deletions

View File

@@ -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: {