Changed Backend to Hosted

This commit is contained in:
2025-09-13 16:00:31 +02:00
parent 95e8da2e39
commit cf42caa519

View File

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