mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-28 16:08:38 +00:00
Merge branch 'frickinfire-master-patch-28255' into 'master'
add notification See merge request jvyden/projectlighthouse!1
This commit is contained in:
commit
cd24352c88
1 changed files with 6 additions and 1 deletions
|
@ -20,5 +20,10 @@ namespace ProjectLighthouse.Controllers {
|
||||||
public IActionResult Announce() {
|
public IActionResult Announce() {
|
||||||
return Ok("PROJECT LIGHTHOUSE IS A GO!\nalso ezoiar was here\nnow on ASP.NET!");
|
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