DmitrMakeev commited on
Commit
70f7ff7
1 Parent(s): 7a42f0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,7 +12,7 @@ app.config['DEBUG'] = True
12
 
13
  @app.route('/')
14
  def index():
15
- return flask.render_template('zapro.html')
16
 
17
 
18
 
@@ -21,7 +21,7 @@ def index():
21
 
22
  @app.route('/test')
23
  def index():
24
- return flask.render_template('index.html')
25
 
26
 
27
 
 
12
 
13
  @app.route('/')
14
  def index():
15
+ return flask.render_template('index.html')
16
 
17
 
18
 
 
21
 
22
  @app.route('/test')
23
  def index():
24
+ return flask.render_template('zapro.html')
25
 
26
 
27