Merge branch 'frickinfire-master-patch-28255' into 'master'

add notification

See merge request jvyden/projectlighthouse!1
This commit is contained in:
jvyden 2021-10-10 02:07:16 +00:00
commit cd24352c88

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();
}
}
}
}