Changed Backend URL

This commit is contained in:
2025-09-13 18:11:09 +02:00
parent 85479435b0
commit caa92843b3

View File

@@ -1,6 +1,6 @@
export default defineNuxtPlugin(() => {
const api = $fetch.create({
baseURL: "http://localhost:3100" /*"https://backend.fedeo.io"*/,
baseURL: /*"http://localhost:3100"*/ "https://backend.fedeo.io",
credentials: "include",
onRequest({ options }) {
// Token aus Cookie holen