Skip to content

Commit 4239541

Browse files
committed
nit
1 parent 85e0d92 commit 4239541

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def index():
3737
def page(path):
3838
return render_template('page.html', page=pages.get_or_404(path))
3939

40-
@app.route('/team')
40+
@app.route('/team/')
4141
def team():
4242
return render_template('team.html')
4343

0 commit comments

Comments
 (0)