Release v1.0.0 #16
@ -62,6 +62,10 @@ public partial class SetupController(
|
|||||||
return Ok(Convert.ToBase64String(token));
|
return Ok(Convert.ToBase64String(token));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[HttpGet("IsConfigured")]
|
||||||
|
public ActionResult<bool> IsConfigured() =>
|
||||||
|
!notConfigureService.IsMaintenanceMode;
|
||||||
|
|
||||||
[HttpGet("CheckToken")]
|
[HttpGet("CheckToken")]
|
||||||
public ActionResult<bool> CheckToken([FromQuery] string token)
|
public ActionResult<bool> CheckToken([FromQuery] string token)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user