mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
Removed the hello world route from the index
This commit is contained in:
@@ -13,11 +13,6 @@ def govuk():
|
|||||||
return render_template('govuk_template.html')
|
return render_template('govuk_template.html')
|
||||||
|
|
||||||
|
|
||||||
@main.route("/hello-world")
|
|
||||||
def helloworld():
|
|
||||||
return render_template('hello-world.html')
|
|
||||||
|
|
||||||
|
|
||||||
@main.route("/register")
|
@main.route("/register")
|
||||||
def register():
|
def register():
|
||||||
return render_template('register.html')
|
return render_template('register.html')
|
||||||
|
|||||||
Reference in New Issue
Block a user