Skip to content

Commit

Permalink
Issue: #CO-800: api call change remove learner
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Bansal authored and Shubham Bansal committed Feb 16, 2024
1 parent e65ec60 commit 43fcb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/userService.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let userProfile = {};
async function getSunbirdUserProfiles(req, identifier, fields=[]) {
const option = {
// TODO: for local private end point will not work we had to change to "user/v3/search"
url: learnerService + '/learner/user/v1/fuzzy/search',
url: learnerService + '/user/v1/fuzzy/search',
method: 'post',
headers: {
...req.headers
Expand Down

0 comments on commit 43fcb8b

Please sign in to comment.