Files
dragonroll/frontend/app/services/BackendURL.js
Aran Roig 50b3e421df
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 41s
Test2
2026-05-02 17:12:32 +02:00

5 lines
118 B
JavaScript

const backendUrl = import.meta.env.NUXT_PUBLIC_API_BASE_URL || 'http://localhost:5000/api'
export {
backendUrl
};