Product update

This commit is contained in:
2025-10-23 13:26:09 +05:30
parent 57a235b710
commit 7cfe522512
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
// src/environments/environment.ts
export const environment = {
production: false,
apiUrl: 'http://localhost:5001', // Points to existing app's backend
apiUrl: 'https://microbackend.rootxwire.com/', // Points to existing app's backend
payuUrl: 'https://test.payu.in/_payment'
};