From 35e1aed5c9f49c5e2cdc1826ee7461123a5092a7 Mon Sep 17 00:00:00 2001 From: Camille Monchicourt Date: Wed, 11 Dec 2024 20:33:29 +0100 Subject: [PATCH 1/3] Update taxhub_url in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96baec9..1ec0c1b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This settings file `settings_occtax.json` can be found locally in the `Android/d "area_observation_duration": 365, "sync": { "geonature_url": "https://demo.geonature/geonature", - "taxhub_url": "https://demo.geonature/taxhub", + "taxhub_url": "https://demo.geonature.fr/geonature/api/taxhub", "gn_application_id": 3, "observers_list_id": 1, "taxa_list_id": 100, From 139048c17c37786ec0a4ac9b4b06554e9ec0dded Mon Sep 17 00:00:00 2001 From: Camille Monchicourt Date: Wed, 11 Dec 2024 20:34:39 +0100 Subject: [PATCH 2/3] Update taxhub_url in AppSettingsJsonReaderTest.kt --- .../occtax/features/settings/io/AppSettingsJsonReaderTest.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/occtax/src/test/java/fr/geonature/occtax/features/settings/io/AppSettingsJsonReaderTest.kt b/occtax/src/test/java/fr/geonature/occtax/features/settings/io/AppSettingsJsonReaderTest.kt index 1635f75..d4df443 100644 --- a/occtax/src/test/java/fr/geonature/occtax/features/settings/io/AppSettingsJsonReaderTest.kt +++ b/occtax/src/test/java/fr/geonature/occtax/features/settings/io/AppSettingsJsonReaderTest.kt @@ -46,7 +46,7 @@ class AppSettingsJsonReaderTest { areaObservationDuration = 365, dataSyncSettings = DataSyncSettings( geoNatureServerUrl = "https://demo.geonature.fr/geonature", - taxHubServerUrl = "https://demo.geonature.fr/taxhub", + taxHubServerUrl = "https://demo.geonature.fr/geonature/api/taxhub", applicationId = 3, usersListId = 1, taxrefListId = 100, @@ -758,4 +758,4 @@ class AppSettingsJsonReaderTest { appSettings ) } -} \ No newline at end of file +} From e5e665204803617c650a028e8f4f211555c54beb Mon Sep 17 00:00:00 2001 From: Camille Monchicourt Date: Wed, 11 Dec 2024 20:35:18 +0100 Subject: [PATCH 3/3] Update taxhub_url in settings_occtax.json --- occtax/src/test/resources/fixtures/settings_occtax.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/occtax/src/test/resources/fixtures/settings_occtax.json b/occtax/src/test/resources/fixtures/settings_occtax.json index e0faed9..2731612 100644 --- a/occtax/src/test/resources/fixtures/settings_occtax.json +++ b/occtax/src/test/resources/fixtures/settings_occtax.json @@ -2,7 +2,7 @@ "area_observation_duration": 365, "sync": { "geonature_url": "https://demo.geonature.fr/geonature", - "taxhub_url": "https://demo.geonature.fr/taxhub", + "taxhub_url": "https://demo.geonature.fr/geonature/api/taxhub", "gn_application_id": 3, "observers_list_id": 1, "taxa_list_id": 100, @@ -76,4 +76,4 @@ "TYP_DENBR" ] } -} \ No newline at end of file +}