Commit abe097f2 authored by manuel's avatar manuel

businessLogic added SSL

parent 8f59badf
......@@ -40,4 +40,4 @@ except KeyError:
# start app
if __name__ == '__main__':
app.run(host='0.0.0.0', port=5000, debug=False)
app.run(host='0.0.0.0', port=5000, debug=False, ssl_context=context)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment