Class SettingsApiController
java.lang.Object
com.nmontytskyi.monitoring.server.controller.SettingsApiController
REST controller providing API access to application runtime settings.
Exposes endpoints for reading all settings and for updating the email notification
address. All settings are persisted in the database via
AppSettingsService and take effect
immediately without a server restart.
- Author:
- Nazar Montytskyi
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SettingsApiController
public SettingsApiController()
-
-
Method Details
-
getAll
-
updateEmail
-