Files
notifications-admin/app/main/views/index.py
2015-11-20 16:22:44 +00:00

8 lines
102 B
Python

from .. import main
@main.route('/index')
def index():
return 'Hello from notifications-admin'