diff --git a/src/app/(main)/ps/page.tsx b/src/app/(main)/ps/page.tsx index fc2a73e..9d42de6 100644 --- a/src/app/(main)/ps/page.tsx +++ b/src/app/(main)/ps/page.tsx @@ -87,7 +87,7 @@ export default function ProductionSchedulePage() { setLoading(true); try { const response = await fetch(`${NEXT_PUBLIC_API_URL}/productionSchedule/testDetailedSchedule`, { - method: 'POST', + method: 'GET', headers: { 'Authorization': `Bearer ${token}` } }); if (response.ok) {