agregada funcionalidad realtime postgress, api y ui.

This commit is contained in:
2025-06-09 16:35:36 -06:00
parent bec28b74ab
commit 513c305971
9 changed files with 117 additions and 77 deletions

View File

@@ -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);