X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/d4609fff2bfd910366c41116f1da35e4037da7d4..6fb3ad2a578aa2e0eced735187a02a79a8907668:/floof/config/routing.py diff --git a/floof/config/routing.py b/floof/config/routing.py index c8b94b9..969376a 100644 --- a/floof/config/routing.py +++ b/floof/config/routing.py @@ -42,6 +42,8 @@ def make_map(): map.connect('/tag/{id}/delete', controller='tag', action='delete') map.connect('/search', controller='search', action='index') + map.connect('/search/list', controller='search', action='list') + # default routing is back so we can test stuff. # please don't take it away until we have some more core features in.