aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/app.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-08-23 12:54:58 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-08-23 12:54:58 +1200
commit2f7188164cea54451728c03eed40153fd844224b (patch)
tree642c55dd4fbca8d136a2774cf87ccb351ce1f110 /libpathod/app.py
parentb78a3817cdddd4bc43a7d3159382283f25a22fa7 (diff)
downloadmitmproxy-2f7188164cea54451728c03eed40153fd844224b.tar.gz
mitmproxy-2f7188164cea54451728c03eed40153fd844224b.tar.bz2
mitmproxy-2f7188164cea54451728c03eed40153fd844224b.zip
Download page, MANIFEST.in
Diffstat (limited to 'libpathod/app.py')
-rw-r--r--libpathod/app.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/libpathod/app.py b/libpathod/app.py
index 7d9636e1..c7d0e7b2 100644
--- a/libpathod/app.py
+++ b/libpathod/app.py
@@ -42,6 +42,12 @@ def index():
return render("index.html", True, section="main")
+@app.route('/download')
+@app.route('/download.html')
+def download():
+ return render("download.html", True, section="download")
+
+
@app.route('/about')
@app.route('/about.html')
def about():