Ivan - Send url to backend api when installing
This commit is contained in:
parent
d29d7eb369
commit
0a060bd825
|
@ -110,6 +110,7 @@ class InstallStep5Settings extends React.Component {
|
||||||
API.call({
|
API.call({
|
||||||
path: '/system/init-settings',
|
path: '/system/init-settings',
|
||||||
data: _.extend({}, form, {
|
data: _.extend({}, form, {
|
||||||
|
'url': root,
|
||||||
'language': this.props.language,
|
'language': this.props.language,
|
||||||
'user-system-enabled': this.props['user-system-enabled'],
|
'user-system-enabled': this.props['user-system-enabled'],
|
||||||
'registration': this.props['registration']
|
'registration': this.props['registration']
|
||||||
|
|
Loading…
Reference in New Issue