agregada funcionalidad realtime postgress, api y ui.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import axios from 'axios';
|
||||
// forzar subida
|
||||
|
||||
const baseURL = 'https://planilla.interno.com'
|
||||
const baseURL = 'http://localhost:4000';
|
||||
// const baseURL = import.meta.env.API_BASE_URL || 'https://planilla.interno.com'
|
||||
console.log(baseURL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user