mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
added missing /
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user