From 816296a7a019ffeb667bece18ebf0ac82955207e Mon Sep 17 00:00:00 2001 From: markosbenitez Date: Sat, 30 May 2026 01:40:57 -0300 Subject: [PATCH] =?UTF-8?q?admin/app.py=20=E2=80=94=20FastAPI=20con=20ruta?= =?UTF-8?q?s=20/tenants,=20/tenants/{id},=20/tenants/{id}/resetear,=20/aud?= =?UTF-8?q?it=20admin/auth.py=20=E2=80=94=20dependencia=20X-Admin-Token=20?= =?UTF-8?q?con=20secrets.compare=5Fdigest=204=20templates=20HTML=20?= =?UTF-8?q?=E2=80=94=20funcionales,=20sin=20framework=20frontend=20main.py?= =?UTF-8?q?=20=E2=80=94=20arranca=20admin=20en=20thread=20daemon;=20si=20A?= =?UTF-8?q?DMIN=5FTOKEN=20est=C3=A1=20vac=C3=ADo,=20no=20inicia=20el=20pan?= =?UTF-8?q?el=20Puerto=209090=20(separado=20de=20health=20en=208080)=20C?= =?UTF-8?q?=C3=A9dula=20nunca=20expuesta=20=E2=80=94=20aparece=20como=20**?= =?UTF-8?q?*?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index 53307dc..b3ec5b5 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -6,7 +6,10 @@ "Bash(git checkout *)", "Bash(git commit *)", "Bash(git merge *)", - "Bash(git remote *)" + "Bash(git remote *)", + "Bash(uv sync *)", + "Bash(python -c \"from pdf_extractor import extraer_extracto; print\\('ok'\\)\")", + "Bash(python -c \"import poller; import telegram_bot; print\\('ok'\\)\")" ] } }