Add logging for API endpoints

This commit is contained in:
Lars van Rhijn
2023-11-25 07:38:28 +01:00
parent 66ac1076d3
commit 11e8ff11b8
20 changed files with 400 additions and 109 deletions

View File

@ -12,7 +12,7 @@ black:
- python3 -m pip install --upgrade pip
- curl -sSL https://install.python-poetry.org | python3 -
- export PATH="/root/.local/bin:$PATH"
- poetry install --with dev
- poetry install --with dev --no-root
script:
- poetry run black --quiet --check marietje