Explorar o código

Update web routes

Daniel Supernault hai 9 meses
pai
achega
afc6db143a
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      routes/web.php

+ 2 - 1
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');