Skip to content

Commit e1b4c60

Browse files
committed
Changes made to environment.prod.ts
1 parent 403dc41 commit e1b4c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const environment = {
22
production: true,
33
// api_url: '$PROD_NODE_API',
4-
backend_url: '$PROD_NODE_API'
4+
backend_url: '$PROD_NODE_BACKEND'
55
};
66
// before deploying, make sure backend_url part is backend_url: '(dollar)PROD_NODE_BACKEND'

0 commit comments

Comments
 (0)