Explorar el Código

URL

tags/Baseline_30082024_FRONTEND_UAT
MSI\2Fi hace 1 año
padre
commit
74ee9e2c87
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/components/CreateInvoice/CreateInvoice.tsx

+ 1
- 1
src/components/CreateInvoice/CreateInvoice.tsx Ver fichero

@@ -118,7 +118,7 @@ const CreateInvoice: React.FC = ({
try {
// Make an API request to generate the JasperReport
const response = await fetch(`https://tsms-uat.2fi-solutions.com/invoices/pdf`, {
const response = await fetch(`https://tsms-uat.2fi-solutions.com/back-api/invoices/pdf`, {
method: 'POST',
headers: {
'Content-Type': 'application/json',


Cargando…
Cancelar
Guardar