コード例 #1
0
ファイル: APIController.cs プロジェクト: ulkyome/DBD-API
 public async Task <ActionResult> Config() =>
 Content(await _dbdService.GetApiConfig());
コード例 #2
0
 public async Task <ActionResult> Config(string branch = "live") =>
 Content(await _dbdService.GetApiConfig(branch), "application/json");