aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'server/about.py')
-rw-r--r--server/about.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/about.py b/server/about.py
index c808341..62eb30c 100644
--- a/server/about.py
+++ b/server/about.py
@@ -4,4 +4,7 @@ import web
class About(object):
def GET(self):
+ """
+ Redirect to static about page
+ """
raise web.seeother('/static/about.html')