コード例 #1
0
 public IActionResult SetJWT(JwtInfo jwt)
 {
     DBManager.Instance.JWT = jwt;
     StartUpManager.Load().Restart();
     return(OK());
 }