Ejemplo n.º 1
0
 public ContentResult SetConfig([FromBody] ConfigWrapper config)
 {
     LootHandler.SetConfig(config);
     return(Content("config was set."));
 }