Skip to content

Commit

Permalink
Update EducGradTraxApiConstants.java
Browse files Browse the repository at this point in the history
  • Loading branch information
kamal-mohammed authored Nov 18, 2024
1 parent 15ad4c8 commit 867b760
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public class EducGradTraxApiConstants {

public static final String GET_STUDENT_PSI_BY_CODE_MAPPING = "/student";

public static final String GET_DISTRICT_BY_ID_MAPPING = "/{districtId}";
public static final String GET_DISTRICT_BY_DISTNO_MAPPING = "/{distNo}";
public static final String GET_DISTRICTS_BY_SCHOOL_CATEGORY_MAPPING = "/schoolCategories";
public static final String GET_SCHOOLS_BY_SCHOOL_CATEGORY_MAPPING = "/schoolCategories";
Expand Down

0 comments on commit 867b760

Please sign in to comment.