DmitrMakeev commited on
Commit
7a42f0c
1 Parent(s): 58f870a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py CHANGED
@@ -10,6 +10,15 @@ app.config['DEBUG'] = True
10
 
11
 
12
 
 
 
 
 
 
 
 
 
 
13
  @app.route('/test')
14
  def index():
15
  return flask.render_template('index.html')
 
10
 
11
 
12
 
13
+ @app.route('/')
14
+ def index():
15
+ return flask.render_template('zapro.html')
16
+
17
+
18
+
19
+
20
+
21
+
22
  @app.route('/test')
23
  def index():
24
  return flask.render_template('index.html')