We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d887e commit 95d72a4Copy full SHA for 95d72a4
packages/app/src/sandbox/npm/fetch-dependencies.ts
@@ -24,7 +24,7 @@ const DEV_URLS = {
24
// eslint-disable-next-line
25
const PROD_URLS = {
26
packager:
27
- 'https://aiwi8rnkp5.execute-api.eu-west-1.amazonaws.com/prod/packages/',
+ 'https://aiwi8rnkp5.execute-api.eu-west-1.amazonaws.com/prod/packages',
28
bucket: 'https://prod-packager-packages.codesandbox.io',
29
};
30
0 commit comments