X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/573357a08cf4a096921b3ce83f1449bd8b80c119..refs/pull/270/head:/routes/web.php diff --git a/routes/web.php b/routes/web.php index 3cd26e620..076ffb94f 100644 --- a/routes/web.php +++ b/routes/web.php @@ -1,5 +1,7 @@ 'auth'], function () { @@ -152,7 +154,7 @@ Route::group(['middleware' => 'auth'], function () { }); // Social auth routes -Route::get('/login/service/{socialDriver}', 'Auth\RegisterController@getSocialLogin'); +Route::get('/login/service/{socialDriver}', 'Auth\LoginController@getSocialLogin'); Route::get('/login/service/{socialDriver}/callback', 'Auth\RegisterController@socialCallback'); Route::get('/login/service/{socialDriver}/detach', 'Auth\RegisterController@detachSocialAccount'); Route::get('/register/service/{socialDriver}', 'Auth\RegisterController@socialRegister');