Commit dd7f5038 authored by sandroresende's avatar sandroresende

correcao listar proposta ente

parent a118ec0a
......@@ -65,7 +65,7 @@ Route::get('/usuario/{userProp}/{userLog}/proposta/excluir/{proposta}', 'Propost
//selecao
Route::get('/selecao/ente_publico/propostas', 'Propostas\SelecaoController@listaPropostasEnte');
Route::get('/selecao/ente_publico/propostas', 'Propostas\SelecaoController@listaPropostas');
Route::get('/selecao/proposta/{proposta}', 'Propostas\SelecaoController@dadosProposta');
Route::get('/selecao/andamento', 'Propostas\SelecaoController@selecoesAndamento');
......
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