DmitrMakeev commited on
Commit
cec0237
·
verified ·
1 Parent(s): 0af2b31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -1182,6 +1182,12 @@ def builder2_gen():
1182
 
1183
 
1184
 
 
 
 
 
 
 
1185
 
1186
 
1187
 
 
1182
 
1183
 
1184
 
1185
+ @app.route('/buil_json_m', methods=['GET'])
1186
+ def buil_json_m_gen():
1187
+ api_sys_control = request.args.get('api_sys')
1188
+ if api_sys_control != api_key_sys:
1189
+ return "EUR 22", 200
1190
+ return render_template('buil_json_m.html')
1191
 
1192
 
1193