fixed search query (awesome now thanks vee =]), tag links, default routing is back...
[zzz-floof.git] / floof / config / routing.py
index 37be4c2..32093bb 100644 (file)
@@ -34,4 +34,9 @@ def make_map():
 
     map.connect('/search', controller='search', action='index')
 
+    # default routing is back so we can test stuff.
+    # please don't take it away until we have some more core features in.
+    map.connect('/{controller}/{action}')
+    map.connect('/{controller}/{action}/{id}')
+
     return map