-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #IQ-802 fix: Fix local setup for dev and testing
- Loading branch information
1 parent
40173eb
commit e1ab1d2
Showing
8 changed files
with
9,543 additions
and
10,153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
export const ApiEndPoints = { | ||
getContent: '/api/content/v1/read/', | ||
getQuestionSetHierarchy: '/action/questionset/v2/hierarchy/', | ||
questionSetRead: '/action/questionset/v2/read/', | ||
getQuestionSetHierarchy: '/learner/questionset/v2/hierarchy/', | ||
questionSetRead: '/api/questionset/v2/read/', | ||
questionList: '/api/question/v2/list', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.