mirror of
https://github.com/kyantech/Palmr.git
synced 2025-10-22 22:02:00 +00:00
- Added a new endpoint to fetch public configurations, excluding sensitive data such as SMTP credentials. - Updated the AppController and AppService to support the new functionality. - Introduced a corresponding route in the web application to access public configurations securely. - Refactored hooks to utilize the new public configuration retrieval method, enhancing security by avoiding exposure of sensitive data.