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

fixing the GET type

MergeProblem1
vluk@2fi-solutions.com.hk пре 2 недеља
родитељ
комит
7ce84920e2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/app/(main)/ps/page.tsx

+ 1
- 1
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) {


Loading…
Откажи
Сачувај