250501 커밋
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//==============================================================
|
||||
// JWT 설정 정보를 담고있는 클래스입니다.
|
||||
//==============================================================
|
||||
namespace BrokerCore.Common;
|
||||
namespace BrokerApiCore;
|
||||
public class JwtOption
|
||||
{
|
||||
public string ValidIssuer { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user