Commit 768737a4 authored by sandroresende's avatar sandroresende

download carteria investimento e dicionario

parent 23d29344
......@@ -3,6 +3,7 @@
/public/storage
/public/uploads_arquivos
/public/arquivos/paineis
/public/arquivos/dados_abertos
/storage/*.key
/vendor
/.idea
......
......@@ -275,7 +275,7 @@ class CarteiraInvestimentoController extends Controller
public function downloadCarteira($file_name)
{
$file_path = public_path('/uploads_arquivos/' . $file_name);
$file_path = public_path('/arquivos/dados_abertos/' . $file_name);
return response()->download($file_path);
}
......
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