Added BYOND instalation and started work on Repo management and updates.
This commit is contained in:
@@ -50,6 +50,7 @@ namespace ASS.Server
|
||||
})
|
||||
.AddSingleton(sp => new GrpcService(sp))
|
||||
.AddSingleton<InstanceService>()
|
||||
.AddSingleton<ByondService>()
|
||||
.AddSingleton<HttpClient>();
|
||||
;
|
||||
return services.BuildServiceProvider();
|
||||
|
Reference in New Issue
Block a user