mirror of
https://github.com/lalanza808/monero.fail.git
synced 2025-08-13 10:05:27 -04:00
change resources to about, update
This commit is contained in:
parent
4b9e4591c3
commit
42bfc80893
4 changed files with 77 additions and 75 deletions
|
@ -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"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue