move path to class

This commit is contained in:
Athou
2013-03-23 16:13:05 +01:00
parent b94085991d
commit 7067646b2d

View File

@@ -12,9 +12,9 @@ import com.commafeed.frontend.rest.model.Subscription;
import com.commafeed.model.FeedCategory;
import com.commafeed.model.FeedSubscription;
@Path("subscriptions")
public class SubscriptionsREST extends AbstractREST {
@Path("subscriptions")
@GET
public Category getSubscriptions() {
Category root = new Category();