Add new API endpoints for fetching server time and date, and update currency and gold rates responses

- Introduced two new endpoints: `/api/server-time` and `/api/server-date` to retrieve the current server time and date.
- Enhanced the existing currency and gold rates endpoints to return a 200 status with updated response formats, replacing previous 404 error messages.
- Updated example values for `currencyName` and `goldName` in the API documentation for improved clarity.
- Improved overall API functionality and user experience by providing accurate and accessible time-related information.
This commit is contained in:
Ümit Tunç
2025-01-20 22:44:17 +03:00
parent 2ec15193a0
commit c62211f393
2 changed files with 258 additions and 24 deletions
File diff suppressed because one or more lines are too long
+129 -12
View File
File diff suppressed because one or more lines are too long