kopia lustrzana https://github.com/pixelfed/pixelfed
				
				
				
			Update web routes, redirect /home to /
							rodzic
							
								
									94697d536b
								
							
						
					
					
						commit
						970329975a
					
				|  | @ -135,6 +135,7 @@ Route::domain(config('portfolio.domain'))->group(function () { | ||||||
| 
 | 
 | ||||||
| Route::domain(config('pixelfed.domain.app'))->middleware(['validemail', 'twofactor', 'localization'])->group(function () { | Route::domain(config('pixelfed.domain.app'))->middleware(['validemail', 'twofactor', 'localization'])->group(function () { | ||||||
| 	Route::get('/', 'SiteController@home')->name('timeline.personal'); | 	Route::get('/', 'SiteController@home')->name('timeline.personal'); | ||||||
|  | 	Route::redirect('/home', '/'); | ||||||
| 
 | 
 | ||||||
| 	Auth::routes(); | 	Auth::routes(); | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Ładowanie…
	
		Reference in New Issue
	
	 Daniel Supernault
						Daniel Supernault