DmitrMakeev
commited on
Commit
•
416ff16
1
Parent(s):
6587908
Update app.py
Browse files
app.py
CHANGED
@@ -1166,7 +1166,12 @@ def se_mes_f_gc():
|
|
1166 |
|
1167 |
|
1168 |
|
1169 |
-
|
|
|
|
|
|
|
|
|
|
|
1170 |
|
1171 |
|
1172 |
|
|
|
1166 |
|
1167 |
|
1168 |
|
1169 |
+
@app.route('/bas_vk', methods=['GET'])
|
1170 |
+
def bas_vk_otob():
|
1171 |
+
api_sys_control = request.args.get('api_sys')
|
1172 |
+
if api_sys_control != api_key_sys:
|
1173 |
+
return "EUR 22", 200
|
1174 |
+
return render_template('bas_vk.html')
|
1175 |
|
1176 |
|
1177 |
|