Include Swagger UI

This commit is contained in:
Joel Collins 2020-01-07 14:19:52 +00:00
parent 5c6708cddd
commit b2824251ae
17 changed files with 433 additions and 47 deletions

View file

@ -29,7 +29,7 @@ def create_app(
# Create a LabThing
labthing = LabThing(
app, prefix=prefix, title=title, description=description, version=version
app, prefix=prefix, title=title, description=description, version=str(version)
)
# Store references to added-in handlers