get('/_phred/app', static function () { $psr17 = new Psr17Factory(); $res = $psr17->createResponse(200)->withHeader('Content-Type', 'application/json'); $res->getBody()->write(json_encode(['app' => true], JSON_UNESCAPED_SLASHES)); return $res; }); }); } }