diff --git a/routes/web.php b/routes/web.php index 457bf07d..b9f70541 100644 --- a/routes/web.php +++ b/routes/web.php @@ -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'