summaryrefslogtreecommitdiff
path: root/index.py
diff options
context:
space:
mode:
Diffstat (limited to 'index.py')
-rwxr-xr-xindex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.py b/index.py
index cb60a95..78d44c9 100755
--- a/index.py
+++ b/index.py
@@ -13,7 +13,7 @@ urls = (
"/const/?", controller.Const,
"/const/add/?", controller.ConstAdd,
"/const/edit/(\d+)", controller.ConstEdit,
- "/cat/?(/\d+)?", controller.Cat,
+ "/categories", controller.Cat,
"/(\d\d\d\d)/(\d\d?)/?", controller.Show,
"/", controller.Show,
"/(.*)", controller.FourOhFour