mirror of
https://github.com/lalanza808/monero.fail.git
synced 2025-08-22 03:09:30 -04:00
adding resources
This commit is contained in:
parent
c34c4605af
commit
69262619fe
4 changed files with 63 additions and 1 deletions
|
@ -61,6 +61,9 @@ def index():
|
|||
form=form
|
||||
)
|
||||
|
||||
@app.route("/resources")
|
||||
def resources():
|
||||
return render_template("resources.html")
|
||||
|
||||
@app.route("/add", methods=["GET", "POST"])
|
||||
def add():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue