mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
feat: adds more api handlers to load config and get/set min log level
This commit is contained in:
parent
d2877f2cec
commit
a2c628145d
8 changed files with 27 additions and 10 deletions
|
|
@ -163,7 +163,7 @@ namespace PepperDash.Essentials.Core.Web
|
|||
new HttpCwsRoute("loadConfig")
|
||||
{
|
||||
Name = "Load Config",
|
||||
RouteHandler = new RestartProgramRequestHandler()
|
||||
RouteHandler = new LoadConfigRequestHandler()
|
||||
}
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue