From 7ccf296cdd2874a42028be4d424f240300ef42d4 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sun, 23 Jul 2023 01:08:02 +0200 Subject: [PATCH] fix API URL --- src/Install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Install.php b/src/Install.php index 595e077..1234a35 100644 --- a/src/Install.php +++ b/src/Install.php @@ -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 );