Open dglazkov opened 1 year ago
To use our cool new config system, let's make editing configs easy.
The pattern I want to try is this:
GET
POST
*ConfigStore
*Config
To use our cool new config system, let's make editing configs easy.
The pattern I want to try is this:
GET
and one forPOST
.GET
route renders Web UI for editing configuration and usesPOST
route to update the the config*ConfigStore
and*Config
type as a parameter