DmitrMakeev
commited on
Commit
•
40f4dc8
1
Parent(s):
c2e6dc3
Update app.py
Browse files
app.py
CHANGED
@@ -224,6 +224,12 @@ def show_data_gc():
|
|
224 |
|
225 |
|
226 |
|
|
|
|
|
|
|
|
|
|
|
|
|
227 |
|
228 |
|
229 |
|
|
|
224 |
|
225 |
|
226 |
|
227 |
+
@app.route('/data_gc_tab', methods=['GET'])
|
228 |
+
def data_gc_tab():
|
229 |
+
api_sys_control = request.args.get('api_sys')
|
230 |
+
if api_sys_control != api_key_sys:
|
231 |
+
return "EUR 22", 200
|
232 |
+
return render_template('data_gc_tab.html')
|
233 |
|
234 |
|
235 |
|