Files
notifications-admin/app/main/views/index.py

8 lines
102 B
Python
Raw Normal View History

2015-11-20 16:22:44 +00:00
from .. import main
@main.route('/index')
def index():
return 'Hello from notifications-admin'