Compare commits
No commits in common. "bce3750f345c955128d8b27f5e60b005052b7523" and "ba6f72fb97131dd727f79e4e691daf3ab5d7a229" have entirely different histories.
bce3750f34
...
ba6f72fb97
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
export const environment = {
|
||||
STRIPE_KEY:
|
||||
'pk_test_51QrePYIvCfqz7ANgMizBorPpVjJ8S6gcaL4yvcMQnVaKyReqcQ6jqaQEF7aDZbDu8rNVsTZrw8ABek4ToxQX7KZe00jpGh8naG',
|
||||
apiUrl: window.location.origin + '/backend',
|
||||
apiUrl: 'http://localhost:4200/backend',
|
||||
};
|
||||
|
|
Reference in a new issue