mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 03:04:05 +00: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