mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
7 lines
107 B
Python
7 lines
107 B
Python
from app.main import main
|
|
|
|
|
|
@main.route('/index')
|
|
def index():
|
|
return 'Hello from notifications-admin'
|