mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Remove CSRF check.
This commit is contained in:
parent
68e073fbff
commit
586c53e670
@ -11,6 +11,12 @@ use Log;
|
||||
*/
|
||||
class WebhookController extends Controller
|
||||
{
|
||||
|
||||
protected $middleware = [];
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public function sendgrid()
|
||||
{
|
||||
var_dump($_POST);
|
||||
|
Loading…
Reference in New Issue
Block a user