fix route issue

This commit is contained in:
raishvaria
2019-11-25 13:47:26 +05:30
parent ac431ca815
commit 813e574425

View File

@ -49,12 +49,6 @@ Route::group(['prefix' => 'reports'], function () {
});
Route::get('/newinvoice', function() {
return 'success';
});
Route::get('/invoices/pdf/{id}', [
'as' => 'get.invoice.pdf',
'uses' => 'FrontendController@getInvoicePdf'