Update to NetCore 3.1, added Kestrel for REST api and few basic endpoints.
This commit is contained in:
@@ -16,7 +16,7 @@ using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace ASS.Server.Services
|
||||
{
|
||||
class ByondService : Byond.ByondBase
|
||||
public class ByondService : Byond.ByondBase
|
||||
{
|
||||
const string BYOND_LATEST_URL = "https://secure.byond.com/download/build/LATEST/";
|
||||
const string BYOND_DOWNLOAD_URL = "https://secure.byond.com/download/build/";
|
||||
|
Reference in New Issue
Block a user