Files
dragonroll/frontend/app/services/BackendURL.js
Aran Roig ee553eae82
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 40s
Solved backend problem
2026-05-02 16:44:24 +02:00

7 lines
106 B
JavaScript

const config = useRuntimeConfig()
const backendUrl = config.public.apiBaseUrl
export {
backendUrl
};