mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Start to create views
This commit is contained in:
0
app/main/views/__init__.py
Normal file
0
app/main/views/__init__.py
Normal file
7
app/main/views/index.py
Normal file
7
app/main/views/index.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from .. import main
|
||||
|
||||
|
||||
@main.route('/index')
|
||||
def index():
|
||||
return 'Hello from notifications-admin'
|
||||
|
||||
Reference in New Issue
Block a user