@@ -12,7 +12,12 @@ bp = Blueprint("atst", __name__)
|
||||
|
||||
@bp.route("/")
|
||||
def root():
|
||||
return render_template("root.html")
|
||||
return render_template("login.html")
|
||||
|
||||
|
||||
@bp.route("/help")
|
||||
def helpdocs():
|
||||
return render_template("help/index.html")
|
||||
|
||||
|
||||
@bp.route("/home")
|
||||
|
Reference in New Issue
Block a user