Update web routes

This commit is contained in:
Daniel Supernault 2019-09-06 23:23:06 -06:00
parent 47f0be8b96
commit 1351dc5ee8
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -68,7 +68,7 @@ Route::domain(config('pixelfed.domain.app'))->middleware(['validemail', 'twofact
Route::get('/home', 'HomeController@index')->name('home');
Route::get('discover/c/{slug}', 'DiscoverController@showCategory');
Route::get('discover/personal', 'DiscoverController@showPersonal');
Route::redirect('discover/personal', '/discover');
Route::get('discover', 'DiscoverController@home')->name('discover');
Route::get('discover/loops', 'DiscoverController@showLoops');