Changed routes
Please enter the commit message for your changes. Lines starting
This commit is contained in:
parent
dbd1298b2c
commit
3ee7d5ac7d
@ -5,10 +5,10 @@ app = Flask(__name__)
|
|||||||
def index():
|
def index():
|
||||||
return render_template('index.html', title='Test', text='Hallo, Fooboar')
|
return render_template('index.html', title='Test', text='Hallo, Fooboar')
|
||||||
|
|
||||||
@app.route('/')
|
@app.route('/form')
|
||||||
def form():
|
def form():
|
||||||
return render_template('form.html', title='Test', text='Hallo, Fooboar')
|
return render_template('form.html', title='Test', text='Hallo, Fooboar')
|
||||||
|
|
||||||
@app.route('/')
|
@app.route('/result')
|
||||||
def result():
|
def result():
|
||||||
return render_template('result.html', title='Test', text='Hallo, Fooboar')
|
return render_template('result.html', title='Test', text='Hallo, Fooboar')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user