Replaced hardcoded backend URLs with environment variables in contact, apply, and verify_email components. Added .env.development and .env.production files to define the base URLs for different environments. This improves flexibility and allows easier configuration changes. |
||
|---|---|---|
| .. | ||
| components | ||
| App.css | ||
| App.test.tsx | ||
| App.tsx | ||
| index.css | ||
| index.tsx | ||
| react-app-env.d.ts | ||
| reportWebVitals.ts | ||
| setupTests.ts | ||