fix: ui basePath (#1152)

This commit is contained in:
Jonas Plum
2025-09-21 11:02:00 +02:00
committed by GitHub
parent 1e3f2f24dc
commit d9f759c879

View File

@@ -5,7 +5,7 @@ export function useAPI() {
const authStore = useAuthStore()
return new DefaultApi(
new Configuration({
basePath: 'http://localhost:8090/api',
basePath: '/api',
headers: {
'Content-Type': 'application/json',
Accept: 'application/json',