Example #1
0
 public async Task <ActionResult> Config() =>
 Content(await _dbdService.GetApiConfig());
Example #2
0
 public async Task <ActionResult> Config(string branch = "live") =>
 Content(await _dbdService.GetApiConfig(branch), "application/json");