mirror of
https://github.com/SoDOff-Project/sodoff.git
synced 2025-10-11 08:18:49 -07:00
add `MessagingService
to
Program.cs
`
This commit is contained in:
parent
99f10fc547
commit
6cfe8b7ba6
@ -42,6 +42,7 @@ builder.Services.AddScoped<ProfileService>();
|
||||
builder.Services.AddScoped<NeighborhoodService>();
|
||||
builder.Services.AddScoped<MMOCommunicationService>();
|
||||
builder.Services.AddScoped<ModerationService>();
|
||||
builder.Services.AddScoped<MessagingService>();
|
||||
|
||||
bool assetServer = builder.Configuration.GetSection("AssetServer").GetValue<bool>("Enabled");
|
||||
string assetIP = builder.Configuration.GetSection("AssetServer").GetValue<string>("ListenIP");
|
||||
|
Loading…
x
Reference in New Issue
Block a user