diff --git a/routes/web.php b/routes/web.php index 0d8a7ad19f4ede1b6f41048253526ecf86aeb4e5..3b828cbf71dcbc8d962fefe4fac83707ab41e08b 100755 --- a/routes/web.php +++ b/routes/web.php @@ -197,7 +197,8 @@ Route::prefix('usuarios')->name('admin.')->group(function(){ Route::get('/visualizarParecerInterno', 'AdministradorController@visualizarParecerInterno')->name('visualizarParecerInterno'); Route::get('/pareceresProjetos', 'AdministradorController@pareceres' )->name('pareceres'); Route::get('/analisarProjetos', 'AdministradorController@analisar' )->name('analisar'); - Route::get('/showrProjetos', 'AdministradorController@showProjetos' )->name('showProjetos'); + Route::get('/analisarProposta', 'AdministradorController@analisarProposta' )->name('analisarProposta'); + Route::get('/showProjetos', 'AdministradorController@showProjetos' )->name('showProjetos'); Route::get('/showResultados', 'AdministradorController@showResultados' )->name('showResultados'); });