mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -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}', [
|
||||
'as' => 'get.invoice.pdf',
|
||||
'uses' => 'FrontendController@getInvoicePdf'
|
||||
|
||||
Reference in New Issue
Block a user