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 6df5689 commit b3c5cf9Copy full SHA for b3c5cf9
packages/app/scripts/deploy.js
@@ -1,6 +1,6 @@
1
const fetch = require('cross-fetch');
2
3
-fetch('https://deployment-api.lbogdan.ro/image', {
+fetch('https://deploy-api.ops.csb.dev/image', {
4
method: 'POST',
5
headers: {
6
'Content-Type': 'application/json',
0 commit comments