fix API URL

master
Jean-Christian Paul Denis 2023-07-23 01:08:02 +02:00
parent d4d82409d4
commit 7ccf296cdd
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
1 changed files with 2 additions and 2 deletions

View File

@ -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
); );