Skip to content

Commit

Permalink
Remove example change
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeSneyders committed Mar 18, 2022
1 parent db12393 commit c5db83d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/openapi3/helloworld/hello.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ def post_greeting(name: str) -> str:

if __name__ == '__main__':
app = connexion.FlaskApp(__name__, port=9090, specification_dir='openapi/')
app.add_api('helloworld-api.yaml', arguments={'title': 'Hello World Example'},
options={"serve_spec": False})
app.add_api('helloworld-api.yaml', arguments={'title': 'Hello World Example'})
app.run()

0 comments on commit c5db83d

Please sign in to comment.