diff --git a/backend/app.js b/backend/app.js
index 79e15e7..8a55f6e 100644
--- a/backend/app.js
+++ b/backend/app.js
@@ -5,7 +5,7 @@ import cors from "cors";
// Inicialização do Express
const app = express();
-app.use(cors);
+app.use(cors());
// Rota de saúde, utilizada para testar se a API-REST está no ar
app.get("/health", (req, res) => {
diff --git a/frontend/index.html b/frontend/index.html
index aa67a45..5cc12ff 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -6,20 +6,19 @@
Document
-
-
-
-
- | Nome |
- E-mail |
- Perfil |
-
-
+
+
+
+ | Nome |
+ E-mail |
+ Perfil |
+
+
-
-
-
+
+
-
+
+