mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
remove state & city stuff, Add listener version200
This commit is contained in:
@ -47,10 +47,13 @@ Route::group(['prefix' => 'reports'], function () {
|
||||
'uses' => 'ReportController@profitLossReport'
|
||||
]);
|
||||
|
||||
|
||||
|
||||
});
|
||||
|
||||
Route::get('/newinvoice', function() {
|
||||
|
||||
|
||||
return 'success';
|
||||
});
|
||||
|
||||
Route::get('/invoices/pdf/{id}', [
|
||||
'as' => 'get.invoice.pdf',
|
||||
|
||||
Reference in New Issue
Block a user