fix API URL
This commit is contained in:
parent
d4d82409d4
commit
7ccf296cdd
1 changed files with 2 additions and 2 deletions
|
@ -37,9 +37,9 @@ class Install extends Process
|
||||||
);
|
);
|
||||||
$s->put(
|
$s->put(
|
||||||
'distant_api_url',
|
'distant_api_url',
|
||||||
'https://dotclear.watch/report',
|
'https://dotclear.watch/api',
|
||||||
'string',
|
'string',
|
||||||
'Distant API report URL',
|
'Distant API URL',
|
||||||
false,
|
false,
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue