seguimos implementando los secretos
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user