Now it is working... on bamort.trokan.de

This commit is contained in:
2026-01-01 14:02:38 +01:00
parent faa9489700
commit 717f4abd34
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import axios from 'axios'
const API = axios.create({
baseURL: import.meta.env.VITE_API_URL || 'https://bamort.trokan.de:8180', // Use env variable with fallback
baseURL: import.meta.env.VITE_API_URL || 'https://bamort-api.trokan.de', // Use env variable with fallback
})
// Request interceptor to add auth token