diff --git a/app/main.py b/app/main.py index e302fb8..90b600d 100644 --- a/app/main.py +++ b/app/main.py @@ -79,6 +79,6 @@ app = FastAPI(lifespan=lifespan) app.include_router(router) # Cargar tareas desde el CSV al iniciar -cargar_tareas_desde_csv("indices.csv") +cargar_tareas_desde_csv("/app/indices.csv")