Преглед изворни кода

fixing the ps export path

MergeProblem1
vluk@2fi-solutions.com.hk пре 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…
Откажи
Сачувај