forked from Archives/Athou_commafeed
feed fetching now uses POST (fix #418)
This commit is contained in:
@@ -75,7 +75,7 @@ function($resource, $http) {
|
||||
}
|
||||
},
|
||||
fetch : {
|
||||
method : 'GET',
|
||||
method : 'POST',
|
||||
params : {
|
||||
_method : 'fetch'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user