Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(api): add get_country_timezone_info to ALLOWED_PATHS #2234

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dhiashalabi
Copy link

This PR adds the /api/method/frappe.geo.country_info.get_country_timezone_info endpoint to the ALLOWED_PATHS. This allows users to retrieve timezone information based on country data through the Frappe Geo module.

The change ensures the endpoint is accessible and can be used in scenarios where country-specific timezone information is required.

Added `/api/method/frappe.geo.country_info.get_country_timezone_info` to `ALLOWED_PATHS` to enable access to the country-specific timezone information API.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant