From 98e83d8ffc9cc31986fb2672140aed005480cddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 27 Jul 2010 01:16:48 +0200 Subject: Add category manipulation support --- index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.py') 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 -- cgit v1.2.3