fixed ping api endpoint
This commit is contained in:
parent
01e2acad32
commit
ff945c6e34
@ -10,6 +10,14 @@ class Ping extends ApiController
|
|||||||
{
|
{
|
||||||
use Helpers;
|
use Helpers;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Instantiate a new controller instance.
|
||||||
|
*/
|
||||||
|
public function __construct()
|
||||||
|
{
|
||||||
|
// do nothing but override permissions
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Responds with a status for heath check.
|
* Responds with a status for heath check.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user