forked from 3wordchant/capsul-flask
add /about-ssh essay
This commit is contained in:
@ -22,6 +22,10 @@ def pricing():
|
||||
def faq():
|
||||
return render_template("faq.html")
|
||||
|
||||
@bp.route("/about-ssh")
|
||||
def about_ssh():
|
||||
return render_template("about-ssh.html")
|
||||
|
||||
@bp.route("/changelog")
|
||||
def changelog():
|
||||
return render_template("changelog.html")
|
||||
|
Reference in New Issue
Block a user