Implement privacySettings, /t_conf, /showModerated, and /match

This commit is contained in:
jvyden 2021-10-08 20:17:20 -04:00
commit ec35e6f9bb
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
4 changed files with 35 additions and 4 deletions

View file

@ -109,8 +109,9 @@ namespace ProjectLighthouse.Controllers {
}
[HttpPost("match")]
[Produces("text/json")]
public IActionResult Match() {
return this.Ok();
return this.Ok("[{\"StatusCode\":200}]");
}
}
}