Load data inconsistencies async from API
[MAILPOET-6219]
This commit is contained in:
committed by
Aschepikov
parent
a4c901fba7
commit
f3d6813d97
@ -63,6 +63,10 @@ class Help extends APIEndpoint {
|
||||
}
|
||||
}
|
||||
|
||||
public function getInconsistentDataStatus(): Response {
|
||||
return $this->successResponse($this->dataInconsistencyController->getInconsistentDataStatus());
|
||||
}
|
||||
|
||||
public function fixInconsistentData($data): Response {
|
||||
try {
|
||||
$this->dataInconsistencyController->fixInconsistentData($data['inconsistency'] ?? '');
|
||||
|
Reference in New Issue
Block a user