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, 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 +} 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 +}