mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
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