-
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 merge: Fix local setup for dev and testing
Issue #IQ-802 fix: Fix local setup for dev and testing
- Loading branch information
Showing
12 changed files
with
36,266 additions
and
32,036 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.