mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update web routes, redirect /home to /
This commit is contained in:
parent
94697d536b
commit
970329975a
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ Route::domain(config('portfolio.domain'))->group(function () {
|
|||
|
||||
Route::domain(config('pixelfed.domain.app'))->middleware(['validemail', 'twofactor', 'localization'])->group(function () {
|
||||
Route::get('/', 'SiteController@home')->name('timeline.personal');
|
||||
Route::redirect('/home', '/');
|
||||
|
||||
Auth::routes();
|
||||
|
||||
|
|
Loading…
Reference in a new issue