diff --git a/src/service/VocabularyService.ts b/src/service/VocabularyService.ts index c717109dc534286dffb88cd7533b9a60d1d66fdb..923336857eec0f5db16695fb4ca0f94ef51b9ec5 100644 --- a/src/service/VocabularyService.ts +++ b/src/service/VocabularyService.ts @@ -11,7 +11,7 @@ import VocabularyTerm from 'model/vocabulary/VocabularyTerm'; const URL_AUTOCOMPLETE_LANGUAGE_TERM = `/api/v1/vocabulary/lang/autocomplete`; const URL_UPDATE_LANGUAGE_VOCABULARY = `/api/v1/vocabulary/lang/update`; -const URL_UPDATE_ISO3166_VOCABULARY = `/api/v1/geo/update`; +const URL_UPDATE_ISO3166_VOCABULARY = `/api/v1/geo/iso3166/update`; const URL_GET_LANGUAGE_TERM = UrlTemplate.parse(`/api/v1/vocabulary/lang/{code}`); const URL_CREATE = `/api/v1/vocabulary/create`; const URL_LIST = `/api/v1/vocabulary/list`;