Skip to content

Commit b3c5cf9

Browse files
committed
Update deploy API URL to production.
1 parent 6df5689 commit b3c5cf9

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)