put all extensions in a new file

This commit is contained in:
Martin
2016-11-13 19:30:17 +01:00
parent 6587a27cd2
commit 66b1787722
15 changed files with 37 additions and 26 deletions
+2 -1
View File
@@ -10,9 +10,10 @@ def status():
}
return jsonify(data)
@mod.route("/health", methods=["GET"])
def health():
data = {
'status': 'ok'
}
return jsonify(data)
return jsonify(data)