This commit is contained in:
2018-10-15 21:57:18 -05:00
parent 10794b4f97
commit 7bcbcf2605

View File

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