mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 02:42:26 -05:00
Add govuk-template-flask-skeleton
This commit is contained in:
@@ -10,4 +10,3 @@ def create_app():
|
||||
application.register_blueprint(main_blueprint)
|
||||
|
||||
return application
|
||||
|
||||
|
||||
@@ -4,4 +4,3 @@ from app.main import main
|
||||
@main.route('/index')
|
||||
def index():
|
||||
return 'Hello from notifications-admin'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user