Verified Commit 71d80a30 authored by dockx thibault's avatar dockx thibault
Browse files

:sparkles: Feat(Audit) - simply endpoint check

Simple endpoint check response using binary client.
Showing with 1 addition and 0 deletions
+1 -0
...@@ -57,6 +57,7 @@ class Audit implements EndpointInterface ...@@ -57,6 +57,7 @@ class Audit implements EndpointInterface
$result = []; $result = [];
// todo - Logic to iterate through audit timestamp and delete passed time. // todo - Logic to iterate through audit timestamp and delete passed time.
$result = ['Yeaah'];
return $result; return $result;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment