]> ToastFreeware Gitweb - philipp/winterrodeln/wrfeed.git/blobdiff - wrfeed/config/routing.py
Added comment for region processing.
[philipp/winterrodeln/wrfeed.git] / wrfeed / config / routing.py
index 312531789d9de524f9791870731b97836a43dfca..deac8e656ffa1fddc23729e08a04cd0595481d9f 100644 (file)
@@ -27,7 +27,7 @@ def make_map(config):
 
     # CUSTOM ROUTES HERE
 
-    map.connect('/{controller}/{action}')
-    map.connect('/{controller}/{action}/{id}')
+    map.connect('/berichte/alle', controller='berichte', action='alle')
+    map.connect('/berichte/{action}/{id}', controller='berichte')
 
     return map