Compare commits

..

No commits in common. "v1.48.1" and "v1.48.0" have entirely different histories.

View file

@ -1,5 +1,5 @@
export const environment = {
STRIPE_KEY:
'pk_test_51QrePYIvCfqz7ANgMizBorPpVjJ8S6gcaL4yvcMQnVaKyReqcQ6jqaQEF7aDZbDu8rNVsTZrw8ABek4ToxQX7KZe00jpGh8naG',
apiUrl: window.location.origin + '/backend',
apiUrl: 'http://localhost:4200/backend',
};