Skip to content

Commit

Permalink
Remove debug argument from example (#1749)
Browse files Browse the repository at this point in the history
Small fix
  • Loading branch information
RobbeSneyders committed Oct 22, 2023
1 parent 655ea43 commit 3ef9a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/methodresolver/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}


app = connexion.FlaskApp(__name__, specification_dir="spec/", debug=True)
app = connexion.FlaskApp(__name__, specification_dir="spec/")

options = {"swagger_ui": True}
app.add_api(
Expand Down

0 comments on commit 3ef9a76

Please sign in to comment.