mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-24 14:11:29 +00:00
Adjust filter endpoint to use psot
This commit is contained in:
parent
9f858b453a
commit
b8573f3f06
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ namespace LBPUnion.ProjectLighthouse.Controllers {
|
|||
return this.Ok();
|
||||
}
|
||||
|
||||
[HttpGet("filter")]
|
||||
[HttpPost("filter")]
|
||||
public IActionResult Filter() {
|
||||
return this.Ok();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue