mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-28 07:58:40 +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();
|
return this.Ok();
|
||||||
}
|
}
|
||||||
|
|
||||||
[HttpGet("filter")]
|
[HttpPost("filter")]
|
||||||
public IActionResult Filter() {
|
public IActionResult Filter() {
|
||||||
return this.Ok();
|
return this.Ok();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue