mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-14 05:42:27 +00:00
Reduce crashing on LBP3 (#468)
* Implement additional lbp3 endpoints * Cleanup lbp3 changes * Update return content types * Fix developer video return type * I forgot how xml works * I need to go to bed
This commit is contained in:
parent
d640c000aa
commit
b1ad4d3218
4 changed files with 33 additions and 5 deletions
|
@ -38,8 +38,8 @@ public class ClientConfigurationController : ControllerBase
|
|||
}
|
||||
|
||||
[HttpGet("t_conf")]
|
||||
[Produces("text/json")]
|
||||
public IActionResult Conf() => this.Ok("[{\"StatusCode\":200}]");
|
||||
[Produces("text/xml")]
|
||||
public IActionResult Conf() => this.Ok("<t_enable>false</t_enable>");
|
||||
|
||||
[HttpGet("farc_hashes")]
|
||||
public IActionResult FarcHashes() => this.Ok();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue