forked from Archives/Athou_commafeed
starring support (#43)
This commit is contained in:
@@ -186,6 +186,12 @@ function($resource, $http) {
|
||||
params : {
|
||||
_method : 'mark'
|
||||
}
|
||||
},
|
||||
star : {
|
||||
method : 'POST',
|
||||
params : {
|
||||
_method : 'star'
|
||||
}
|
||||
}
|
||||
};
|
||||
var res = $resource('rest/entry/:_method', {}, actions);
|
||||
|
||||
Reference in New Issue
Block a user