fix: [cards] cards/stats → card-transactions/dashboard 리다이렉트 추가
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
Route::put('/{id}', [CardController::class, 'update'])->whereNumber('id')->name('v1.cards.update');
|
||||
Route::delete('/{id}', [CardController::class, 'destroy'])->whereNumber('id')->name('v1.cards.destroy');
|
||||
Route::patch('/{id}/toggle', [CardController::class, 'toggle'])->whereNumber('id')->name('v1.cards.toggle');
|
||||
Route::get('/stats', fn () => redirect()->route('v1.card-transactions.dashboard', request()->query()));
|
||||
});
|
||||
|
||||
// BankAccount API (계좌 관리)
|
||||
|
||||
Reference in New Issue
Block a user