Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ app.config['DEBUG'] = True
|
|
| 12 |
|
| 13 |
@app.route('/')
|
| 14 |
def index():
|
| 15 |
-
return flask.render_template('
|
| 16 |
|
| 17 |
|
| 18 |
|
|
@@ -21,7 +21,7 @@ def index():
|
|
| 21 |
|
| 22 |
@app.route('/test')
|
| 23 |
def index():
|
| 24 |
-
return flask.render_template('
|
| 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 |
|