Updated redirect URL to PDS login page instead of laravel welcome page
This commit is contained in:
@@ -3,5 +3,11 @@
|
|||||||
use Illuminate\Support\Facades\Route;
|
use Illuminate\Support\Facades\Route;
|
||||||
|
|
||||||
Route::get('/', function () {
|
Route::get('/', function () {
|
||||||
return view('welcome');
|
return redirect('/admin');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Route::get('/test_mail', function () {
|
||||||
|
// Mail::to('jothikumar.padmanaban@cripumps.com')->send(
|
||||||
|
// new test()
|
||||||
|
// );
|
||||||
|
// });
|
||||||
|
|||||||
Reference in New Issue
Block a user