ソースを参照

URL

tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui 1年前
コミット
51c9834c76
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(`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',


読み込み中…
キャンセル
保存