Change API version for different file compression

This commit is contained in:
Loporrit
2024-01-15 22:53:24 +00:00
parent 39b9e55efb
commit 62d9783616

View File

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