bug da tabela de paciente encontrado e resolvido
This commit is contained in:
parent
8b0fd68d6a
commit
a3bd204b88
@ -119,7 +119,7 @@ function TablePaciente({ setCurrentPage, setPatientID }) {
|
|||||||
redirect: 'follow'
|
redirect: 'follow'
|
||||||
};
|
};
|
||||||
|
|
||||||
fetch("https://yuanqfswhberkoevtmfr.supabase.co/rest/v1/patient", requestOptions)
|
fetch("https://yuanqfswhberkoevtmfr.supabase.co/rest/v1/patients", requestOptions)
|
||||||
.then(response => {
|
.then(response => {
|
||||||
|
|
||||||
// 1. VERIFICAÇÃO DO STATUS HTTP (Se não for 2xx)
|
// 1. VERIFICAÇÃO DO STATUS HTTP (Se não for 2xx)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user