Update web routes

This commit is contained in:
Daniel Supernault 2020-07-20 09:18:40 -06:00
parent 62b84fe9a3
commit 894a7ddbe3
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 2 additions and 0 deletions

View File

@ -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 () {