mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-03 23:51:22 -04:00
Introduce config file for application
This commit is contained in:
@@ -8,11 +8,6 @@ def index():
|
||||
return 'Hello from notifications-admin'
|
||||
|
||||
|
||||
@main.route("/")
|
||||
def idx():
|
||||
return render_template('index.html')
|
||||
|
||||
|
||||
@main.route("/govuk")
|
||||
def govuk():
|
||||
return render_template('govuk_template.html')
|
||||
|
||||
Reference in New Issue
Block a user