root: remove swagger

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-05-16 23:24:52 +02:00
parent b13d6deda8
commit a51a18f3a3
6 changed files with 8 additions and 19158 deletions

View File

@ -30,7 +30,7 @@ Most functions and classes have type-hints and docstrings, so it is recommended
Before committing code, run `make lint` to ensure your code is formatted well. This also requires `pyright`, which can be installed with npm.
Run `make gen` to run all unittests and generated an updated swagger document for any changes you made.
Run `make gen` to generate an updated OpenAPI document for any changes you made.
## Frontend