Skip to content

Commit cbc53f6

Browse files
committed
🌱 add production base url
1 parent ef61aa6 commit cbc53f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/environments/environment.prod.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export const environment = {
2-
production: true
2+
production: true,
3+
base_url: 'https://cloudbox-backend.vercel.app/api/v1',
34
};

0 commit comments

Comments
 (0)