From 630eab9ce5a76bb65d790f7c03405588675b4a14 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Wed, 1 Jan 2014 23:05:42 -0700 Subject: [PATCH] apiv2 fix user tags routes --- src/routes/apiv2.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/apiv2.coffee b/src/routes/apiv2.coffee index ab576c9567..a22a3f0446 100644 --- a/src/routes/apiv2.coffee +++ b/src/routes/apiv2.coffee @@ -325,7 +325,7 @@ module.exports = (swagger, v2) -> "/user/tags/{id}:PUT": spec: - path: 'user/tags/{id}' + path: '/user/tags/{id}' method: 'PUT' description: "Edit a tag" parameters: [ @@ -336,7 +336,7 @@ module.exports = (swagger, v2) -> "/user/tags/{id}:DELETE": spec: - path: 'user/tags/{id}' + path: '/user/tags/{id}' method: 'DELETE' description: 'Delete a tag' parameters: [