mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-22 16:55:36 +02:00
remove public_ssr_api_url
This commit is contained in:
@@ -9,9 +9,8 @@
|
||||
import {toast} from 'svelte-sonner';
|
||||
import {goto} from '$app/navigation';
|
||||
import {base} from '$app/paths';
|
||||
import {browser} from "$app/environment";
|
||||
|
||||
const apiUrl = browser ? env.PUBLIC_API_URL : env.PUBLIC_SSR_API_URL;
|
||||
const apiUrl = env.PUBLIC_API_URL
|
||||
let {
|
||||
requests,
|
||||
filter = () => {
|
||||
|
||||
Reference in New Issue
Block a user