Skip to content

Commit

Permalink
LP-10 destroy api added
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Nov 16, 2023
1 parent 27fbfcf commit 1b8cf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
// Route::apiResource('teams', \Fintech\Auth\Http\Controllers\TeamController::class);
// Route::post('teams/{team}/restore', [\Fintech\Auth\Http\Controllers\TeamController::class, 'restore'])->name('teams.restore');

Route::apiResource('settings', SettingController::class)->only(['index', 'store']);
Route::apiResource('settings', SettingController::class)->only(['index', 'store', 'destroy']);

Route::apiResource('audits', \Fintech\Auth\Http\Controllers\AuditController::class)->only('index', 'show', 'destroy');

Expand Down

0 comments on commit 1b8cf10

Please sign in to comment.