and another one

This commit is contained in:
2018-10-15 21:49:12 -05:00
parent f73c09c71b
commit 3108744eb4
5 changed files with 32 additions and 46 deletions

View File

@@ -17,8 +17,8 @@ Route::get('/', function () {
Auth::routes();
Route::get('/login', 'AuthController@redirectToProvider');
Route::get('/callback', 'AuthController@handleProviderCallback');
Route::get('/login', 'LoginController@redirectToProvider');
Route::get('/callback', 'LoginController@handleProviderCallback');
Route::get('/dashboard', 'DashboardController@index');
Route::get('/dashboard/addmoon', 'DashboardController@addMoon');