Skip to content

Commit

Permalink
fix(portfolio-manager): add leading / to fix API call in deployed builds
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Nov 30, 2022
1 parent e847709 commit e7b6f33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default {
BaselineRating: null,
},
];
const url = 'cbl/student-competencies/save';
const url = '/cbl/student-competencies/save';
const refetch = () => emitter.emit('update-store', { StudentID, CompetencyID });
client.post(url, { data }).then(refetch);
},
Expand Down

0 comments on commit e7b6f33

Please sign in to comment.