Skip to content

Commit

Permalink
Issue #PS-000 chore: commented /action/composite/v3/search and used c…
Browse files Browse the repository at this point in the history
…ontent/v1 search api
  • Loading branch information
Rushikesh-Sonawane99 committed Nov 25, 2024
1 parent b009842 commit 46e0b99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/services/AssesmentService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ export const getAssessmentList = async ({
export const getDoIdForAssessmentDetails = async ({
filters,
}: GetDoIdServiceParam): Promise<any> => {
const apiUrl: string = `${URL_CONFIG.API.COMPOSITE_SEARCH}`;
// const apiUrl: string =
// 'https://sunbirdsaas.com/api/content/v1/search?orgdetails=orgName%2Cemail&licenseDetails=name%2Cdescription%2Curl';
// const apiUrl: string = `${URL_CONFIG.API.COMPOSITE_SEARCH}`;
const apiUrl: string =
'https://sunbirdsaas.com/api/content/v1/search?orgdetails=orgName%2Cemail&licenseDetails=name%2Cdescription%2Curl';
const data = {
request: {
filters: {
Expand Down

0 comments on commit 46e0b99

Please sign in to comment.