diff --git a/ennstatus/status/views.py b/ennstatus/status/views.py --- a/ennstatus/status/views.py +++ b/ennstatus/status/views.py @@ -40,8 +40,3 @@ def single(server_name): server = single_server(server_name.lower()) kwargs = {server['server_type'].lower(): [server]} return render_template('status/index.html', **kwargs) - - -@status_page.route('/about') -def about(): - return render_template('status/about.html') diff --git a/ennstatus/templates/status/about.html b/ennstatus/templates/status/about.html deleted file mode 100644 --- a/ennstatus/templates/status/about.html +++ /dev/null @@ -1,14 +0,0 @@ -{% extends "base.html" %} - -{% set title = "Ënnstatus - About" %} - -{% block content %} -
Ënnstatus provides the user with vital information about the status of the organizations Tor servers.
-/api/export -> /api/export/json/all
/api/export/<any("json", "xml")> -> /api/export/<any("json", "xml")>/all
/api/export/<any("json", "xml")>/<any("all", "exit", "bridge", "relay", "single")>