mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 03:18:25 -04:00
8 lines
102 B
Python
8 lines
102 B
Python
|
|
from .. import main
|
||
|
|
|
||
|
|
|
||
|
|
@main.route('/index')
|
||
|
|
def index():
|
||
|
|
return 'Hello from notifications-admin'
|
||
|
|
|