If the executing request is a POST
, then it will try to find a method RandomSponsor
accepting HttpPost
. If this makes sense, you could remove HttpGet
and that should do the trick.
If the executing request is a POST
, then it will try to find a method RandomSponsor
accepting HttpPost
. If this makes sense, you could remove HttpGet
and that should do the trick.