From 37acebca06e1e469a48c651c5546c4cfa2b97501 Mon Sep 17 00:00:00 2001 From: Tanshu Date: Wed, 29 May 2013 13:35:12 +0530 Subject: [PATCH] Critical error in routes for api_tag_list fixed. --- brewman/brewman/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brewman/brewman/__init__.py b/brewman/brewman/__init__.py index 11a421b1..1663cfd6 100644 --- a/brewman/brewman/__init__.py +++ b/brewman/brewman/__init__.py @@ -84,7 +84,7 @@ def main(global_config, **settings): config.add_route('message', '/Message') config.add_route('api_message_id', '/api/Message/{id}') config.add_route('api_message', '/api/Message') - config.add_route('api_tag', '/api/Message') + config.add_route('api_tag_list', '/api/Tags')