mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-26 15:08:39 +00:00
Implement privacySettings, /t_conf, /showModerated, and /match
This commit is contained in:
parent
f045bdf015
commit
ec35e6f9bb
4 changed files with 35 additions and 4 deletions
|
@ -109,8 +109,9 @@ namespace ProjectLighthouse.Controllers {
|
|||
}
|
||||
|
||||
[HttpPost("match")]
|
||||
[Produces("text/json")]
|
||||
public IActionResult Match() {
|
||||
return this.Ok();
|
||||
return this.Ok("[{\"StatusCode\":200}]");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue