fix: upgrade flcc for real release (#287)

* fix: upgrade flcc for real release

* feat: update packages
This commit is contained in:
connorhaugh
2022-04-08 13:44:08 -04:00
committed by GitHub
parent 3c08735c5b
commit 2a27042347
4 changed files with 10914 additions and 3019 deletions

View File

@@ -14,6 +14,7 @@ const EditorContainer = ({
blockType={blockType}
blockId={blockId}
studioEndpointUrl={process.env.STUDIO_BASE_URL}
lmsEndpointUrl={process.env.LMS_BASE_URL}
/>
</div>
);

View File

@@ -8,6 +8,7 @@ exports[`Editor Container snapshots rendering correctly with expected Input 1`]
blockId="company-id1"
blockType="html"
courseId="cOuRsEId"
lmsEndpointUrl="http://localhost:18000"
studioEndpointUrl="http://localhost:18010"
/>
</div>