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

adicionando a pagina principal

parent f72899c2
......@@ -28,14 +28,14 @@ Auth::routes();
Route::get('/home', 'HomeController@index')->name('home');
Route::get('/', function () {
return view('pesquisaCpf');
});
// Route::get('/', function () {
// return view('pesquisaCpf');
// return view('teste');
// });
Route::get('/', function () {
return view('teste');
});
Route::get('/cpfinvalido', function () {
return view('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