diff --git a/routes/web.php b/routes/web.php index 85ce64942..c4807805c 100644 --- a/routes/web.php +++ b/routes/web.php @@ -310,6 +310,7 @@ Route::domain(config('pixelfed.domain.app'))->middleware(['validemail', 'twofact Route::get('warning', 'AccountInterstitialController@get'); Route::post('warning', 'AccountInterstitialController@read'); + Route::get('my2020', 'SeasonalController@yearInReview'); }); Route::group(['prefix' => 'account'], function () {