Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
jason
/
FPSMS-frontend
Observar
2
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
fixing the GET type
MergeProblem1
[email protected]
2 semanas atrás
pai
30eb8517d1
commit
7ce84920e2
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
src/app/(main)/ps/page.tsx
+ 1
- 1
src/app/(main)/ps/page.tsx
Ver arquivo
@@ -87,7 +87,7 @@ export default function ProductionSchedulePage() {
setLoading(true);
try {
const response = await fetch(`${NEXT_PUBLIC_API_URL}/productionSchedule/testDetailedSchedule`, {
method: '
POS
T',
method: '
GE
T',
headers: { 'Authorization': `Bearer ${token}` }
});
if (response.ok) {
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar