From afc6db143ab927c2f0c339f48ebfaf9e531a42a0 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 10 Oct 2024 02:07:02 -0600 Subject: [PATCH] Update web routes --- routes/web.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 16d05b22a..de2143d87 100644 --- a/routes/web.php +++ b/routes/web.php @@ -125,7 +125,8 @@ 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::get('contact-admin-response/{id}', 'ContactController@showAdminResponse'); Route::get('web/my-portfolio', 'PortfolioController@myRedirect'); Route::get('web/hashtag/{tag}', 'SpaController@hashtagRedirect');