DmitrMakeev
commited on
Commit
•
fafa910
1
Parent(s):
03fe4ef
Update app.py
Browse files
app.py
CHANGED
@@ -351,6 +351,12 @@ def online():
|
|
351 |
return "EUR 22", 200
|
352 |
return render_template('online.html')
|
353 |
|
|
|
|
|
|
|
|
|
|
|
|
|
354 |
|
355 |
|
356 |
|
|
|
351 |
return "EUR 22", 200
|
352 |
return render_template('online.html')
|
353 |
|
354 |
+
@app.route('/se_mes_f_gc', methods=['GET'])
|
355 |
+
def se_mes_f_gc():
|
356 |
+
api_sys_control = request.args.get('api_sys')
|
357 |
+
if api_sys_control != api_key_sys:
|
358 |
+
return "EUR 22", 200
|
359 |
+
return render_template('se_mes_f_gc.html')
|
360 |
|
361 |
|
362 |
|