feat: switch over to real bff api (#56)

This commit is contained in:
Ben Warzeski
2022-02-10 11:25:44 -05:00
committed by GitHub
parent e8550af85d
commit 42535c5f80

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`;