Skip to content

Commit 95d72a4

Browse files
committed
Fix urls
1 parent 88d887e commit 95d72a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/sandbox/npm/fetch-dependencies.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const DEV_URLS = {
2424
// eslint-disable-next-line
2525
const PROD_URLS = {
2626
packager:
27-
'https://aiwi8rnkp5.execute-api.eu-west-1.amazonaws.com/prod/packages/',
27+
'https://aiwi8rnkp5.execute-api.eu-west-1.amazonaws.com/prod/packages',
2828
bucket: 'https://prod-packager-packages.codesandbox.io',
2929
};
3030

0 commit comments

Comments
 (0)