Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
catalog.genesys-pgr.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Genesys PGR
Genesys Catalog
catalog.genesys-pgr.org
Commits
7ba96303
Commit
7ba96303
authored
Nov 02, 2018
by
Matija Obreza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: ISO3166 vocabulary update path changed
parent
74758667
Pipeline
#7521
passed with stages
in 3 minutes and 50 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/service/VocabularyService.ts
src/service/VocabularyService.ts
+1
-1
No files found.
src/service/VocabularyService.ts
View file @
7ba96303
...
...
@@ -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`
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment