Added BYOND instalation and started work on Repo management and updates.

This commit is contained in:
Karolis2011
2019-08-19 20:48:20 +03:00
parent 9d08ad0cbe
commit 8e520b5185
8 changed files with 150 additions and 10 deletions

View File

@@ -50,6 +50,7 @@ namespace ASS.Server
})
.AddSingleton(sp => new GrpcService(sp))
.AddSingleton<InstanceService>()
.AddSingleton<ByondService>()
.AddSingleton<HttpClient>();
;
return services.BuildServiceProvider();