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 ef61aa6 commit cbc53f6Copy full SHA for cbc53f6
src/environments/environment.prod.ts
@@ -1,3 +1,4 @@
1
export const environment = {
2
- production: true
+ production: true,
3
+ base_url: 'https://cloudbox-backend.vercel.app/api/v1',
4
};
0 commit comments