feat: complete backend refactor - auth, addresses, ETA endpoints with Supabase

This commit is contained in:
Alan Alonso
2026-05-23 01:05:15 -06:00
parent 47f4a7d2b1
commit fa44503311
2 changed files with 95 additions and 24 deletions

View File

@@ -34,7 +34,7 @@ app.add_middleware(
@app.on_event("startup")
async def startup():
init_db()
await init_db()
logging.info("Base de datos inicializada ✓")
# Include routers