Example #1
0
 public IActionResult SetConfig()
 {
     AppSettingHelper.AddOrUpdateAppSetting("", "", "config.json");
     return(Json(new { }));
 }