mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 02:50:39 +00:00
refactoring part 1
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ Route::group(['middleware' => ['auth:sanctum']], function () {
|
||||
Route::get('/', [AccountController::class, 'user']);
|
||||
|
||||
// Payment cards
|
||||
// TODO: testy
|
||||
// TODO: tests
|
||||
Route::delete('/payment-cards/{id}', [PaymentMethodsController::class, 'delete']);
|
||||
Route::patch('/payment-cards/{id}', [PaymentMethodsController::class, 'update']);
|
||||
Route::post('/payment-cards', [PaymentMethodsController::class, 'store']);
|
||||
|
||||
Reference in New Issue
Block a user