X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/bc1cccee5faefbcfe6e28ce8f49694cca47b85cb..d4609fff2bfd910366c41116f1da35e4037da7d4:/floof/config/routing.py?ds=sidebyside diff --git a/floof/config/routing.py b/floof/config/routing.py index 5bd87d9..c8b94b9 100644 --- a/floof/config/routing.py +++ b/floof/config/routing.py @@ -43,4 +43,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