瀏覽代碼

fixing the ps export path

MergeProblem1
[email protected] 2 週之前
父節點
當前提交
363306c98e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/app/(main)/ps/page.tsx

+ 1
- 1
src/app/(main)/ps/page.tsx 查看文件

@@ -104,7 +104,7 @@ export default function ProductionSchedulePage() {
const handleExport = async () => {
const token = localStorage.getItem("accessToken");
try {
const response = await fetch(`${NEXT_PUBLIC_API_URL}/ps/export-prod-schedule`, {
const response = await fetch(`${NEXT_PUBLIC_API_URL}/productionSchedule/export-prod-schedule`, {
method: 'POST',
headers: { 'Authorization': `Bearer ${token}` }
});


Loading…
取消
儲存