mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 14:41:20 +00:00
A new controller that can be used in combination with SendGrid.
This commit is contained in:
@@ -158,6 +158,7 @@ Route::bind(
|
||||
* Auth\AuthController
|
||||
*/
|
||||
Route::get('/register', ['uses' => 'Auth\AuthController@getRegister', 'as' => 'register']);
|
||||
Route::post ('/hook/sendgrid', ['uses' => 'WebhookController@sendgrid']);
|
||||
|
||||
Route::controllers(
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user