andre 7 месяцев назад
Родитель
Сommit
8e5f39cbe5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      siteBuilder.php

+ 1 - 1
siteBuilder.php

@@ -577,7 +577,7 @@ function siteBuilder_editSite($params) {
 			'type' => 'internal',				// (required) 'internal'
 			'domain' => $site,			// (required) domain of the user website you want to edit
 			'lang' => 'de',						// (optional) 2-letter language code, set language code you whant builder to open in
-			'apiUrl' => '/deploy' . $params['username'] . '/' . $site, // (required) API endpoint URL
+			'apiUrl' => 'https://builder.thurdata.ch/deploy/' . $params['username'] . '/' . $site, // (required) API endpoint URL
 			'resellerClientAccountId' => $params['serviceid'],	// (required) ID of website/user in your system
 //			'username' => 'example_user',		// (optional) authorization username to be used with API endpoint
 //			'password' => 'example_password',	// (optional) authorization password to be used with API endpoint