mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix all test channels for user and owner.
This commit is contained in:
@@ -806,6 +806,7 @@ Route::group(
|
||||
static function (): void {
|
||||
Route::get('', ['uses' => 'PreferencesController@index', 'as' => 'index']);
|
||||
Route::post('', ['uses' => 'PreferencesController@postIndex', 'as' => 'update']);
|
||||
Route::post('test-notification', ['uses' => 'PreferencesController@testNotification', 'as' => 'test-notification']);
|
||||
}
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user