ez-pro/core/bitrix/js/rest/client/config.php
2025-11-13 19:04:05 +03:00

13 lines
210 B
PHP

<?
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
{
die();
}
return array(
'js' => Array(
'/bitrix/js/rest/client/rest.client.js',
),
'skip_core' => true,
'rel' => array('promise'),
);