akindices/app/main/views.py
Matthew Dillon 0826f45b49 WIP
2015-06-22 13:09:41 -08:00

6 lines
85 B
Python

from . import main
@main.route('/')
def index():
return '<h1>Hello world</h1>'