move to single file transfer for server

This commit is contained in:
rootdarkarchon
2023-07-31 15:58:09 +02:00
parent a5373bca24
commit dd60a99ce8

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();