Include Swagger UI
This commit is contained in:
parent
5c6708cddd
commit
b2824251ae
17 changed files with 433 additions and 47 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue