fix auth, so swagger shows an authorize button, add /api/v1 base url path and massively improve logging

This commit is contained in:
maxid
2025-02-22 19:45:59 +01:00
parent 8b6d31c6a0
commit 49c1b319e1
5 changed files with 13 additions and 12 deletions

View File

@@ -10,8 +10,6 @@ from psycopg.rows import dict_row
from pydantic import BaseModel
log = getLogger(__name__)
log.level = logging.DEBUG
log.addHandler(logging.StreamHandler())
class User(BaseModel):