mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-21 13:23:04 +01:00
Added code for notifications changes
- Toggle for notification types - Custom time for overview
This commit is contained in:
@@ -66,4 +66,6 @@ Route::group([
|
||||
->name('settings.store');
|
||||
Route::post('/', 'SettingsController@store')
|
||||
->name('settings.update');
|
||||
Route::post('/bulk', 'SettingsController@bulkStore')
|
||||
->name('settings.bulk.update');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user