summaryrefslogtreecommitdiff
path: root/index.py
diff options
context:
space:
mode:
Diffstat (limited to 'index.py')
-rwxr-xr-xindex.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.py b/index.py
index 74e3e3a..5db7b25 100755
--- a/index.py
+++ b/index.py
@@ -7,6 +7,7 @@ import controller
# URL Mappings
#
urls = (
+ "/r/(.*)", "controller.Redirect",
"/(.*)", "controller.Page"
)