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