Przeglądaj źródła

fixing the GET type

MergeProblem1
rodzic
commit
7ce84920e2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/app/(main)/ps/page.tsx

+ 1
- 1
src/app/(main)/ps/page.tsx Wyświetl plik

@@ -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) {


Ładowanie…
Anuluj
Zapisz