docs: improve openapi documentation

closes #6
This commit is contained in:
Felix Spöttel
2023-02-08 17:23:59 +01:00
parent d9ce63ee39
commit 4f020853b6
9 changed files with 95 additions and 34 deletions

View File

@@ -3,8 +3,8 @@ from logging.config import fileConfig
from alembic import context
from sqlalchemy import engine_from_config, pool
from app.shared.settings import settings
from app.shared.db.models import Base
from app.shared.settings import settings
# this is the Alembic Config object, which provides
# access to the values within the .ini file in use.