DmitrMakeev commited on
Commit
5f48c52
·
verified ·
1 Parent(s): 94e14dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
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