change resources to about, update

This commit is contained in:
lza_menace 2023-04-04 06:41:02 -07:00
parent 4b9e4591c3
commit 42bfc80893
4 changed files with 77 additions and 75 deletions

View file

@ -68,9 +68,9 @@ def map():
return render_template("map.html", peers=peers, source_node=config.NODE_HOST)
@bp.route("/resources")
def resources():
return render_template("resources.html")
@bp.route("/about")
def about():
return render_template("about.html")
@bp.route("/add", methods=["GET", "POST"])