feat: delete account
This commit is contained in:
@@ -12,6 +12,7 @@ Route::prefix('auth')->group(function (): void {
|
||||
Route::post('logout', [AuthController::class, 'logout']);
|
||||
Route::get('me', [AuthController::class, 'me']);
|
||||
Route::patch('me', [AuthController::class, 'update']);
|
||||
Route::delete('me', [AuthController::class, 'destroy']);
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user