Updating rest base endpoit support to -> /api/<version>/<workspace>/<resource.>/...

This commit is contained in:
Erik Amaru Ortiz
2013-09-19 16:11:58 -04:00
parent 6349d74aee
commit 49aba0106a
2 changed files with 22 additions and 12 deletions

View File

@@ -1007,7 +1007,8 @@ try {
$restConfig = array();
//NewRelic Snippet - By JHL
//transactionLog($restConfig.PATH_DATA_SITE.SYS_TARGET); // ====> ??? this concat is very rare
Bootstrap::dispatchApiService(SYS_TARGET, $restConfig, PATH_DATA_SITE);
Bootstrap::dispatchApiService(SYS_TARGET, API_VERSION);
} else {
//NewRelic Snippet - By JHL
transactionLog($phpFile);