diff --git a/api/index.php b/api/index.php index 86dc528..7aafb61 100644 --- a/api/index.php +++ b/api/index.php @@ -146,6 +146,10 @@ switch ($VARS['action']) { } break; + + case "ping": + exit(json_encode(['status' => 'OK'])); + default: sendError("", "Invalid action or no action sent."); } \ No newline at end of file