Commit 4822a51e authored by Felipe Tomé's avatar Felipe Tomé

adicionando a pagina principal

parent f72899c2
...@@ -28,14 +28,14 @@ Auth::routes(); ...@@ -28,14 +28,14 @@ Auth::routes();
Route::get('/home', 'HomeController@index')->name('home'); Route::get('/home', 'HomeController@index')->name('home');
Route::get('/', function () {
return view('pesquisaCpf');
});
// Route::get('/', function () { // Route::get('/', function () {
// return view('pesquisaCpf'); // return view('teste');
// }); // });
Route::get('/', function () {
return view('teste');
});
Route::get('/cpfinvalido', function () { Route::get('/cpfinvalido', function () {
return view('cpfInvalido'); return view('cpfInvalido');
})->name('cpfinvalido'); })->name('cpfinvalido');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment