3217d8693e
- Added comprehensive PHPDoc comments to all methods in the CurrencyController for better code clarity and maintainability. - Introduced new methods: `getAllRates`, `getCurrentRates`, `getGoldRates`, `getCurrencyRateByName`, and `getGoldRateByName` to improve data retrieval from JSON files. - Ensured all methods return appropriate JSON responses, enhancing the API's usability. These changes improve the overall documentation and functionality of the CurrencyController, facilitating better management of financial data.