Files
home-auto/pages/camera/routes.py
2017-12-27 00:44:10 +00:00

9 lines
138 B
Python

from flask import render_template
from . import camera
@camera.route('/')
def index():
return render_template('camera/index.html')