mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-28 16:08:38 +00:00
Add basic filter endpoint
This commit is contained in:
parent
d0a663f2b1
commit
9f858b453a
1 changed files with 5 additions and 0 deletions
|
@ -27,5 +27,10 @@ namespace LBPUnion.ProjectLighthouse.Controllers {
|
||||||
public IActionResult Notification() {
|
public IActionResult Notification() {
|
||||||
return this.Ok();
|
return this.Ok();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[HttpGet("filter")]
|
||||||
|
public IActionResult Filter() {
|
||||||
|
return this.Ok();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue