This commit is contained in:
@@ -433,7 +433,8 @@ namespace AyaNova.Api.Controllers
|
||||
/// <summary>
|
||||
/// Get API server info for general display
|
||||
/// </summary>
|
||||
/// <returns>API server info</returns>
|
||||
/// <returns>API server info</returns>
|
||||
[Authorize]
|
||||
[HttpGet("server-info")]
|
||||
public ActionResult ServerInfo()
|
||||
{
|
||||
@@ -455,6 +456,7 @@ namespace AyaNova.Api.Controllers
|
||||
/// Get build mode of server, used for automated testing purposes
|
||||
/// </summary>
|
||||
/// <returns>"DEBUG" or "RELEASE"</returns>
|
||||
[Authorize]
|
||||
[HttpGet("build-mode")]
|
||||
public ActionResult BuildMode()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user