seguimos implementando los secretos
All checks were successful
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 10s
build-and-deploy / deploy (push) Successful in 26s

This commit is contained in:
2025-06-09 17:09:54 -06:00
parent d3c441eec6
commit ca56389a1e
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
import axios from 'axios';
// forzar subida
const baseURL = import.meta.env.VITE_API_DB_URL || 'http://localhost:4000';
const baseURL = import.meta.env.VITE_API_DB_URL || window?.RUNTIME_CONFIG?.VITE_API_DB_URL || 'http://localhost:4000';
console.log(baseURL);
const apiClient = axios.create({