feed fetching now uses POST (fix #418)

This commit is contained in:
Athou
2013-07-11 09:08:39 +02:00
parent 63185fc7a6
commit a88098116f
3 changed files with 40 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ function($resource, $http) {
}
},
fetch : {
method : 'GET',
method : 'POST',
params : {
_method : 'fetch'
}