We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f36657 commit f9aae56Copy full SHA for f9aae56
frontend/src/common/apiService.js
@@ -183,7 +183,7 @@ export default {
183
getAllCollectionTypeCodes: getCodes(`${ApiRoutes.sdc.COLLECTION_TYPE_CODES_URL}`),
184
getGdcValidationFieldCodes: getCodes(`${ApiRoutes.gdc.VALIDATION_FIELD_CODES}`),
185
getGradProgramCodes: getCodes(`${ApiRoutes.gdc.GRAD_PROGRAM_CODES}`),
186
- getAllAssessmentSpecialCaseCodes:getCodes(`${ApiRoutes.assessment.GET_ASSESSMENT_SPECIALCASE_TYPES}`),
+ getAllAssessmentSpecialCaseCodes:getCodes(`${ApiRoutes.assessments.GET_ASSESSMENT_SPECIALCASE_TYPES}`),
187
188
189
};
0 commit comments