add notification

This commit is contained in:
fire 2021-10-10 02:02:58 +00:00
commit 2ac49aaffb

View file

@ -20,5 +20,10 @@ namespace ProjectLighthouse.Controllers {
public IActionResult Announce() {
return Ok("PROJECT LIGHTHOUSE IS A GO!\nalso ezoiar was here\nnow on ASP.NET!");
}
[HttpGet("notification")]
public IActionResult Announce() {
return this.Ok();
}
}
}
}