Pass syinfoConfig properly
This commit is contained in:
@@ -1202,9 +1202,9 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
|
||||
zoneName: zoneName,
|
||||
provider: provider,
|
||||
config: config,
|
||||
tlsConfig: tlsConfig,
|
||||
sysinfoConfig: sysinfoConfig
|
||||
}
|
||||
tlsConfig: tlsConfig
|
||||
},
|
||||
sysinfoConfig: sysinfoConfig
|
||||
};
|
||||
|
||||
post('/api/v1/cloudron/setup', data, null, function (error, data, status) {
|
||||
|
||||
Reference in New Issue
Block a user