Selaa lähdekoodia

URL

tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui 1 vuosi sitten
vanhempi
commit
51c9834c76
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/components/CreateInvoice/CreateInvoice.tsx

+ 1
- 1
src/components/CreateInvoice/CreateInvoice.tsx Näytä tiedosto

@@ -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/api/invoices/pdf`, {
const response = await fetch(`https://tsms-uat.2fi-solutions.com/invoices/pdf`, {
method: 'POST',
headers: {
'Content-Type': 'application/json',


Ladataan…
Peruuta
Tallenna