Changed Backend URL
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user