Преглед на файлове

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


Зареждане…
Отказ
Запис