forked from SoDOff-Project/sodoff
add `ModerationService
` to service list
This commit is contained in:
parent
ff4e8c39cd
commit
3ff5c729e7
@ -40,6 +40,7 @@ builder.Services.AddScoped<AchievementService>();
|
|||||||
builder.Services.AddScoped<GameDataService>();
|
builder.Services.AddScoped<GameDataService>();
|
||||||
builder.Services.AddScoped<ProfileService>();
|
builder.Services.AddScoped<ProfileService>();
|
||||||
builder.Services.AddScoped<NeighborhoodService>();
|
builder.Services.AddScoped<NeighborhoodService>();
|
||||||
|
builder.Services.AddScoped<ModerationService>();
|
||||||
|
|
||||||
bool assetServer = builder.Configuration.GetSection("AssetServer").GetValue<bool>("Enabled");
|
bool assetServer = builder.Configuration.GetSection("AssetServer").GetValue<bool>("Enabled");
|
||||||
string assetIP = builder.Configuration.GetSection("AssetServer").GetValue<string>("ListenIP");
|
string assetIP = builder.Configuration.GetSection("AssetServer").GetValue<string>("ListenIP");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user