forked from Archives/Athou_commafeed
move path to class
This commit is contained in:
@@ -12,9 +12,9 @@ import com.commafeed.frontend.rest.model.Subscription;
|
|||||||
import com.commafeed.model.FeedCategory;
|
import com.commafeed.model.FeedCategory;
|
||||||
import com.commafeed.model.FeedSubscription;
|
import com.commafeed.model.FeedSubscription;
|
||||||
|
|
||||||
|
@Path("subscriptions")
|
||||||
public class SubscriptionsREST extends AbstractREST {
|
public class SubscriptionsREST extends AbstractREST {
|
||||||
|
|
||||||
@Path("subscriptions")
|
|
||||||
@GET
|
@GET
|
||||||
public Category getSubscriptions() {
|
public Category getSubscriptions() {
|
||||||
Category root = new Category();
|
Category root = new Category();
|
||||||
|
|||||||
Reference in New Issue
Block a user