mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04:00
fix route issue
This commit is contained in:
@ -49,12 +49,6 @@ Route::group(['prefix' => 'reports'], function () {
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
Route::get('/newinvoice', function() {
|
|
||||||
|
|
||||||
|
|
||||||
return 'success';
|
|
||||||
});
|
|
||||||
|
|
||||||
Route::get('/invoices/pdf/{id}', [
|
Route::get('/invoices/pdf/{id}', [
|
||||||
'as' => 'get.invoice.pdf',
|
'as' => 'get.invoice.pdf',
|
||||||
'uses' => 'FrontendController@getInvoicePdf'
|
'uses' => 'FrontendController@getInvoicePdf'
|
||||||
|
|||||||
Reference in New Issue
Block a user