Parcourir la source

Update web routes

Daniel Supernault il y a 5 ans
Parent
commit
894a7ddbe3
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      routes/web.php

+ 2 - 0
routes/web.php

@@ -276,6 +276,8 @@ Route::domain(config('pixelfed.domain.app'))->middleware(['validemail', 'twofact
             Route::get('job/{uuid}/3', 'ImportController@instagramStepThree');
             Route::post('job/{uuid}/3', 'ImportController@instagramStepThreeStore');
         });
+
+        Route::get('redirect', 'SiteController@redirectUrl');
     });
 
     Route::group(['prefix' => 'account'], function () {