mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 04:48:26 -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'
|
|
|