Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
71e318b
1
Parent(s):
13f141d
Update app.py
Browse files
app.py
CHANGED
@@ -23,8 +23,8 @@ def index():
|
|
23 |
|
24 |
|
25 |
|
26 |
-
@app.route('/
|
27 |
-
def
|
28 |
return render_template('zapro.html')
|
29 |
|
30 |
|
|
|
23 |
|
24 |
|
25 |
|
26 |
+
@app.route('/online', methods=['GET'])
|
27 |
+
def online():
|
28 |
return render_template('zapro.html')
|
29 |
|
30 |
|