This commit is contained in:
Martin
2016-06-30 17:31:58 +02:00
parent 032b417e1d
commit 77634ae303
15 changed files with 41 additions and 23 deletions
+1
View File
@@ -2,6 +2,7 @@ from flask import Blueprint, jsonify
mod = Blueprint('server', __name__)
@mod.route("/", methods=["GET"])
def status():
data = {