From 674701c1df15cd5ba5b61b09a3edb65149cc6b44 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 26 Jan 2021 21:49:56 -0700 Subject: [PATCH] Update web routes --- routes/web.php | 1 + 1 file changed, 1 insertion(+) 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 () {