Skip to content

Commit

Permalink
#97 StudyGroups now call the StudyGroups api instead of the User api
Browse files Browse the repository at this point in the history
  • Loading branch information
ONourry committed Mar 8, 2017
1 parent b4bc707 commit 6c71409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/modules/User/UserActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export function createStudyGroup(studyGroup) {

export function createStudyGroupRequest(studyGroup) {
return (dispatch) => {
return callApi('users', 'post', {
return callApi('studyGroups', 'post', {
studyGroup: {
groupName: studyGroup.groupName,
course: studyGroup.course,
Expand Down

0 comments on commit 6c71409

Please sign in to comment.