[성현모] CPMEta 수정

This commit is contained in:
SHM
2026-02-04 15:50:57 +09:00
parent 10b11e04e9
commit 40c509ba89
3 changed files with 4 additions and 3 deletions

View File

@ -12,7 +12,7 @@ namespace Web.Operation.Services
private readonly IServiceScopeFactory _scopeFactory;
private readonly ConfigService<WebClientConfig>? _configService;
private string ApiHost = string.Empty;
public string ApiHost { get; set; } = string.Empty;
public CPMetaService(IServiceProvider serviceProvider, IServiceScopeFactory scopeFactory, ConfigService<WebClientConfig> configService)
{