cowiz20/views/home.py

7 lines
120 B
Python
Raw Normal View History

2020-04-05 16:00:48 +02:00
from app_instance import api
@api.route("/")
def index(req, resp):
resp.content = api.template('home/index.html')