Compare commits

...

1 Commits

Author SHA1 Message Date
Justin Lapierre
e1c64b386d chore: Configuring E.S.G. to use the live BFF instead of the mock 2022-01-05 09:17:27 -05:00

View File

@@ -4,7 +4,7 @@ import { configuration } from 'config';
const baseUrl = `${configuration.LMS_BASE_URL}`;
const api = `${baseUrl}/api/`;
const baseEsgUrl = `${api}ora_staff_grader/mock/`;
const baseEsgUrl = `${api}ora_staff_grader/`;
const oraInitializeUrl = `${baseEsgUrl}initialize`;
const fetchSubmissionUrl = `${baseEsgUrl}submission`;