Explorar o código

Update web routes

Daniel Supernault %!s(int64=5) %!d(string=hai) anos
pai
achega
894a7ddbe3
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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 () {