Configuration File Controller
Handles HTTP request/response logic for configuration file management.
Controllers manage request validation, response formatting, and error handling.
Business logic is delegated to the service layer.
- Source:
Members
(static, constant) deleteConfig
Delete a configuration file
- Source:
(static, constant) downloadConfig
Download a specific configuration file
- Source:
(static, constant) listConfigs
List all configuration files for an application
- Source:
(static, constant) uploadConfig
Upload and validate a new configuration file
- Source: