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