From 4d1943f37f84229cf34f75b3192ee85527fce62c Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Wed, 5 Nov 2025 14:27:49 -0300 Subject: [PATCH] =?UTF-8?q?fix():=20Ajuste=20arquivo=20main.py,=20aplicado?= =?UTF-8?q?=20rota=20est=C3=A1tica=20para=20visualiza=C3=A7=C3=A3o=20de=20?= =?UTF-8?q?arquivos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index f3d554b..83fae78 100644 --- a/main.py +++ b/main.py @@ -34,7 +34,7 @@ config = Config.get("app.json") app = FastAPI(title="Mirror | Orius") # 1. Defina o caminho local absoluto da sua pasta de arquivos -STORAGE_DIR = "/storage" +STORAGE_DIR = "/app/storage" # 2. Opcional: Crie o diretório se ele não existir if not os.path.isdir(STORAGE_DIR):