DmitrMakeev commited on
Commit
71e318b
1 Parent(s): 13f141d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,8 +23,8 @@ def index():
23
 
24
 
25
 
26
- @app.route('/page', methods=['GET'])
27
- def page():
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