Sfoglia il codice sorgente

commit

tags/Baseline_30082024_FRONTEND_UAT
MSI\2Fi 1 anno fa
parent
commit
8b1cf493ac
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/components/CreateInvoice/CreateInvoice.tsx

+ 1
- 1
src/components/CreateInvoice/CreateInvoice.tsx Vedi File

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


Caricamento…
Annulla
Salva