瀏覽代碼

commit

tags/Baseline_30082024_FRONTEND_UAT
MSI\2Fi 1 年之前
父節點
當前提交
8b1cf493ac
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/components/CreateInvoice/CreateInvoice.tsx

+ 1
- 1
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',


Loading…
取消
儲存