Remove debug argument from example (#1749)

Small fix
This commit is contained in:
Robbe Sneyders
2023-10-22 22:41:21 +02:00
committed by GitHub
parent 655ea430ed
commit 3ef9a76590

View File

@@ -20,7 +20,7 @@ zoo = {
}
app = connexion.FlaskApp(__name__, specification_dir="spec/", debug=True)
app = connexion.FlaskApp(__name__, specification_dir="spec/")
options = {"swagger_ui": True}
app.add_api(