Fixed api endpoints
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 54s

This commit is contained in:
2026-05-02 16:53:15 +02:00
parent ee553eae82
commit b0509818b2
3 changed files with 7 additions and 8 deletions

View File

@@ -1,6 +1,4 @@
const config = useRuntimeConfig()
const backendUrl = config.public.apiBaseUrl
const backendUrl = process.env.API_BASE_URL || 'http://localhost:5000/api'
export {
backendUrl