Fix /notifcation endpoint naming

This commit is contained in:
jvyden 2021-10-09 22:08:01 -04:00
commit cb30157047
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -22,7 +22,7 @@ namespace ProjectLighthouse.Controllers {
} }
[HttpGet("notification")] [HttpGet("notification")]
public IActionResult Announce() { public IActionResult Notification() {
return this.Ok(); return this.Ok();
} }
} }