From 8b1cf493ac33fe50366184aa37aa05fb4ce1a1d8 Mon Sep 17 00:00:00 2001 From: "MSI\\2Fi" Date: Thu, 25 Apr 2024 20:51:01 +0800 Subject: [PATCH] commit --- src/components/CreateInvoice/CreateInvoice.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CreateInvoice/CreateInvoice.tsx b/src/components/CreateInvoice/CreateInvoice.tsx index 676a708..dfbcf84 100644 --- a/src/components/CreateInvoice/CreateInvoice.tsx +++ b/src/components/CreateInvoice/CreateInvoice.tsx @@ -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',