mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-28 16:08:38 +00:00
add notification
This commit is contained in:
parent
ec35e6f9bb
commit
2ac49aaffb
1 changed files with 6 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue