get('/ping', function () { global $response; $response->success([ 'message' => 'pong', 'time' => date('c'), ]); }); } }