mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-29 00:18:39 +00:00
Fix /notifcation endpoint naming
This commit is contained in:
parent
cd24352c88
commit
cb30157047
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ namespace ProjectLighthouse.Controllers {
|
|||
}
|
||||
|
||||
[HttpGet("notification")]
|
||||
public IActionResult Announce() {
|
||||
public IActionResult Notification() {
|
||||
return this.Ok();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue