diff --git a/src/web/makecodeGallery.ts b/src/web/makecodeGallery.ts index 1f587b8..a1c34cf 100644 --- a/src/web/makecodeGallery.ts +++ b/src/web/makecodeGallery.ts @@ -4,7 +4,7 @@ import { httpRequestCoreAsync } from "./host"; import { listHardwareVariantsAsync } from "./makecodeOperations"; import { readTextFileAsync } from "./util"; -const apiRoot = "https://pxt.azureedge.net"; +const apiRoot = "https://cdn.makecode.com"; const disallowedHardwareVariants = [ "Arcade table", @@ -183,4 +183,4 @@ function tryJSONParse(json: string) { catch { return undefined; } -} \ No newline at end of file +}