Skip to content

Commit

Permalink
Merge pull request #6931 from topcoder-platform/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgasper authored Nov 9, 2023
2 parents 239555a + 74fb844 commit c9fa70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/services/skills.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class SkillService {
* @returns
*/
getSkills(term) {
return this.private.api.get(`/emsi-skills/skills/auto-complete?${qs.stringify({
return this.private.api.get(`/standardized-skills/skills/autocomplete?${qs.stringify({
term,
})}`)
.then(res => (res.ok ? res.json() : new Error(res.statusText)));
Expand Down

0 comments on commit c9fa70a

Please sign in to comment.