• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/rest.php
  • Класс: BitrixImOpenLinesRest
  • Вызов: Rest::configGetPath
static function configGetPath($arParams, $n, CRestServer $server): array
{
	return [
		'SERVER_ADDRESS' => Common::getServerAddress(),
		'PUBLIC_PATH' => Common::getContactCenterPublicFolder()
	];
}