Added Pinning to Standard Entity

This commit is contained in:
2025-09-13 17:08:30 +02:00
parent 9fad0eafd0
commit eea7937225
3 changed files with 53 additions and 1 deletions

View File

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