@@ -16,3 +16,4 @@ Auth::routes();
|
||||
Route::get('/', 'WelcomeController@index')->name('home');
|
||||
Route::get('/home', 'HomeController@index')->name('dashboard');
|
||||
Route::post('store', 'HomeController@store')->name('store');
|
||||
Route::post('stats', 'StatsController@tag')->name('stats'); // TODO make a group for stats
|
||||
|
Reference in New Issue
Block a user