added missing /

This commit is contained in:
Athou
2013-05-17 07:55:11 +02:00
parent d54b52a51e
commit e72addf4f4

View File

@@ -293,7 +293,7 @@ public class CategoryREST extends AbstractResourceREST {
} }
@GET @GET
@Path("unreadCount") @Path("/unreadCount")
@ApiOperation(value = "Get unread count for feed subscriptions") @ApiOperation(value = "Get unread count for feed subscriptions")
public List<UnreadCount> getUnreadCount() { public List<UnreadCount> getUnreadCount() {
List<UnreadCount> list = Lists.newArrayList(); List<UnreadCount> list = Lists.newArrayList();