feat: update API endpoints to use production URL and enhance UI components in authenticated routes
This commit is contained in:
@@ -284,7 +284,7 @@ function UploadDialog({
|
||||
try {
|
||||
const fileBase64 = await toBase64(file)
|
||||
// Enviamos al motor (inserta en la tabla si insert=true)
|
||||
const res = await fetch("http://localhost:3001/api/upload/documento", {
|
||||
const res = await fetch("https://genesis-engine.apps.lci.ulsa.mx/api/upload/documento", {
|
||||
method: "POST",
|
||||
headers: { "Content-Type": "application/json" },
|
||||
body: JSON.stringify({
|
||||
|
||||
Reference in New Issue
Block a user