Files
notifications-admin/app/main/views/index.py
2015-11-23 13:50:37 +00:00

7 lines
107 B
Python

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