mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
fix wallets transaction lists
This commit is contained in:
@@ -16,6 +16,6 @@ Route::group(['prefix' => 'transactions', 'namespace' => 'Transactions', 'as' =>
|
||||
|
||||
Route::post('booking/{id}/details/update', 'CreatePurchaseOrderTransactionController@create')->name('po.create');
|
||||
|
||||
Route::get('/list', 'ListWalletTransactionsController@list')->name('wallet.list');
|
||||
// Route::get('/list', 'ListWalletTransactionsController@list')->name('wallet.list');
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user