diff --git a/var/www/Flask_server.py b/var/www/Flask_server.py index 41ff187a..82e907a7 100755 --- a/var/www/Flask_server.py +++ b/var/www/Flask_server.py @@ -141,9 +141,9 @@ def protocolstrending(): return render_template("Protocolstrending.html") -@app.route("/tldstrending/") -def tldstrending(): - return render_template("Tldstrending.html") +@app.route("/trending/") +def trending(): + return render_template("Trending.html") @app.route("/showsavedpaste/") #completely shows the paste in a new tab diff --git a/var/www/templates/Protocolstrending.html b/var/www/templates/Protocolstrending.html index 3dd26200..055c84ba 100644 --- a/var/www/templates/Protocolstrending.html +++ b/var/www/templates/Protocolstrending.html @@ -24,7 +24,7 @@