diff --git a/service.py b/service.py index cd91d39..a9d5aba 100644 --- a/service.py +++ b/service.py @@ -4,6 +4,10 @@ from amazonservices import uploader, analyzer; app = Flask(__name__) from flask import jsonify +@app.route('/') +def hello(): + return jsonify("Parking Koncept") + @app.route('/analyze_parking', methods=['POST']) def analyze_picture(): content = request.get_json()