Skip to content

Commit

Permalink
docs(combine-api): clarified docs strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Nov 13, 2021
1 parent 87244ae commit 98ecd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/combine-api/src/app.py
Expand Up @@ -32,7 +32,7 @@

spec_filename = os.path.basename(temp_spec_filename)

# Instantiate app from specs
# Instantiate app from OpenAPI specifications
options = {
'swagger_url': '/',
'swagger_path': os.path.join(os.path.dirname(__file__), '..', 'vendor', 'swagger-ui-3.52.0'),
Expand Down

0 comments on commit 98ecd3a

Please sign in to comment.