From a3bd204b88d0e36f95c772233f9b406957c554a6 Mon Sep 17 00:00:00 2001 From: joao_pedro Date: Thu, 30 Oct 2025 09:13:06 -0300 Subject: [PATCH] bug da tabela de paciente encontrado e resolvido --- src/pages/TablePaciente.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)