We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a44eee commit 9fee65eCopy full SHA for 9fee65e
FlaskWebServiceDocker/Calculator.py
@@ -39,4 +39,4 @@ def get(self, first_number, second_number):
39
api.add_resource(Division, '/division/<first_number>/<second_number>')
40
41
if __name__ == '__main__':
42
- app.run()
+ app.run(debug=True,host='0.0.0.0')
0 commit comments