Replace submodules with full folder contents

This commit is contained in:
2025-10-14 17:07:03 +05:30
parent 8805b6146e
commit c24f610178
909 changed files with 116738 additions and 3 deletions

View File

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