Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
ISSUE ED-824 fix : Reports tile: On clicking on view all evidence 'no…
… route and no API with those values' error toast message is appearing
  • Loading branch information
Vishwanath committed Jan 6, 2023
commit 0749f34d168844ca4a73f791aeba295246f4ce96
2 changes: 1 addition & 1 deletion src/app/manage-learn/core/constants/urlConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const urlConstants = {
OBSERVATION_REPORT_SOLUTION_LIST: '/api/observationSubmissions/mlsurvey/v1/solutionList?',
GENERIC_REPORTS: '/api/reports/mlreports/v1/fetch',
PROJECT_TEMPLATE_DETAILS: '/api/project/mlprojects/v1/templates/details/',
ALL_EVIDENCE: '/api/observations/mlsurvey/v1/listAllEvidences',
ALL_EVIDENCE: '/api/observations/mlreports/v1/listAllEvidences',
TEMPLATE_DETAILS:'/api/solutions/mlcore/v1/details/',//+SOL ID
SURVEY_FEEDBACK: {
GET_DETAILS_BY_ID: '/api/surveys/mlsurvey/v1/details',
Expand Down