Removed the hello world route from the index

This commit is contained in:
Pete Herlihy
2015-12-01 09:57:24 +00:00
parent 2a39d3a3da
commit e1817038a7

View File

@@ -13,11 +13,6 @@ def govuk():
return render_template('govuk_template.html')
@main.route("/hello-world")
def helloworld():
return render_template('hello-world.html')
@main.route("/register")
def register():
return render_template('register.html')