andre 7 luni în urmă
părinte
comite
9bf2313026
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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' => getSiteBuilderApiURL($params) . '/' . $params['username'] . '/' . $site, // (required) API endpoint URL
+			'apiUrl' => getSiteBuilderApiURL($params) . '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