added tests

This commit is contained in:
2019-07-04 17:09:33 +01:00
parent 8c8eae000d
commit 0a26afdbfe
4 changed files with 30 additions and 2 deletions

2
app.py
View File

@@ -9,4 +9,4 @@ def hello_world():
if __name__ == '__main__':
app.run(debug=True, host='0.0.0.0')
app.run(debug=True, host='0.0.0.0')