Skip to content

Commit d927bc5

Browse files
authored
Merge pull request codesandbox#3097 from codesandbox/change/deploy
Update deploy API URL to production
2 parents 6df5689 + b3c5cf9 commit d927bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/scripts/deploy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const fetch = require('cross-fetch');
22

3-
fetch('https://deployment-api.lbogdan.ro/image', {
3+
fetch('https://deploy-api.ops.csb.dev/image', {
44
method: 'POST',
55
headers: {
66
'Content-Type': 'application/json',

0 commit comments

Comments
 (0)