feature: added exception handling

This commit is contained in:
2025-11-20 23:38:26 +07:00
parent 5d5b6140d4
commit 3d4430134b
8 changed files with 237 additions and 26 deletions

View File

@@ -4,4 +4,5 @@ DATABASE_URL=postgresql+asyncpg://postgres:postgres@localhost:5432/ingest_db
# Application
APP_HOST=0.0.0.0
APP_PORT=8000
DEBUG=False