Add concept homepage
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user