From cf42caa519b555076b4f38cbd36b46b2b3427153 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Sat, 13 Sep 2025 16:00:31 +0200 Subject: [PATCH] Changed Backend to Hosted --- plugins/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/api.ts b/plugins/api.ts index b7d1b30..cb99a85 100644 --- a/plugins/api.ts +++ b/plugins/api.ts @@ -1,6 +1,6 @@ export default defineNuxtPlugin(() => { const api = $fetch.create({ - baseURL: "http://localhost:3100", + baseURL: "https://backend.fedeo.io", credentials: "include", onRequest({ options }) { // Token aus Cookie holen