diff --git a/src/pages/TablePaciente.jsx b/src/pages/TablePaciente.jsx index f30904e..2358a6b 100644 --- a/src/pages/TablePaciente.jsx +++ b/src/pages/TablePaciente.jsx @@ -119,7 +119,7 @@ function TablePaciente({ setCurrentPage, setPatientID }) { redirect: 'follow' }; - fetch("https://yuanqfswhberkoevtmfr.supabase.co/rest/v1/patient", requestOptions) + fetch("https://yuanqfswhberkoevtmfr.supabase.co/rest/v1/patients", requestOptions) .then(response => { // 1. VERIFICAÇÃO DO STATUS HTTP (Se não for 2xx)