From 0594cebd5ab010d1d783390c98bd670dd52c5be2 Mon Sep 17 00:00:00 2001 From: "gabriel.pereira" Date: Mon, 20 Oct 2025 14:33:41 -0300 Subject: [PATCH] =?UTF-8?q?FIX:=20comentar=20a=20linha=20que=20serve=20arq?= =?UTF-8?q?uivos=20est=C3=A1ticos=20para=20evitar=20acesso=20n=C3=A3o=20au?= =?UTF-8?q?torizado?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index a7ff105..84091dd 100644 --- a/app.js +++ b/app.js @@ -589,7 +589,7 @@ function createApp() { //////////////////////////////////////////////////// // Servir arquivos estáticos (index.html) - app.use("/public", express.static(path.join(__dirname, "public"))); + // app.use("/public", express.static(path.join(__dirname, "public"))); // Usa as rotas de autenticação app.use("/", authRoutes);