Ver a proveniência

fixing the GET type

MergeProblem1
ascendente
cometimento
7ce84920e2
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/app/(main)/ps/page.tsx

+ 1
- 1
src/app/(main)/ps/page.tsx Ver ficheiro

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


Carregando…
Cancelar
Guardar