DmitrMakeev
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -610,6 +610,13 @@ def se_mes_f_gc():
|
|
610 |
|
611 |
|
612 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
613 |
|
614 |
|
615 |
|
|
|
610 |
|
611 |
|
612 |
|
613 |
+
@app.route('/biz_v', methods=['GET'])
|
614 |
+
def biz_v():
|
615 |
+
api_sys_control = request.args.get('api_sys')
|
616 |
+
if api_sys_control != api_key_sys:
|
617 |
+
return "EUR 22", 200
|
618 |
+
return render_template('biz_v.html')
|
619 |
+
|
620 |
|
621 |
|
622 |
|