move to single file transfer and extraction per server download (#16)

Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
This commit is contained in:
rootdarkarchon
2023-08-01 16:48:09 +02:00
committed by GitHub
parent a5373bca24
commit 72608d2066
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ namespace MareSynchronos.API.SignalR;
public interface IMareHub
{
const int ApiVersion = 25;
const int ApiVersion = 26;
const string Path = "/mare";
Task<bool> CheckClientHealth();