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(
|
||||
'distant_api_url',
|
||||
'https://dotclear.watch/report',
|
||||
'https://dotclear.watch/api',
|
||||
'string',
|
||||
'Distant API report URL',
|
||||
'Distant API URL',
|
||||
false,
|
||||
true
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue