Переглянути джерело

fixing the GET type

MergeProblem1
[email protected] 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) {


Завантаження…
Відмінити
Зберегти