mirror of https://github.com/midoks/mdserver-web
pull/109/head
parent
427ad56fee
commit
0180a6d498
@ -0,0 +1,10 @@ |
||||
# coding:utf-8 |
||||
|
||||
from flask import Blueprint, render_template |
||||
|
||||
crontab = Blueprint('crontab', __name__, template_folder='templates') |
||||
|
||||
|
||||
@crontab.route("/") |
||||
def index(): |
||||
return render_template('default/crontab.html') |
Loading…
Reference in new issue