Skip to content
Snippets Groups Projects
Commit b7a443c4 authored by Alessandro Cerioni's avatar Alessandro Cerioni
Browse files

Minor update

parent d3e6ec9b
No related branches found
No related tags found
No related merge requests found
...@@ -53,10 +53,12 @@ logging.getLogger().setLevel(os.environ['LOGLEVEL']) ...@@ -53,10 +53,12 @@ logging.getLogger().setLevel(os.environ['LOGLEVEL'])
api = Flask(__name__, static_url_path='') api = Flask(__name__, static_url_path='')
api.config['EXECUTOR_PROPAGATE_EXCEPTIONS'] = True
executor = Executor(api) executor = Executor(api)
@api.route("/test") @api.route("/test")
def test(): def test():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment