Change API version for different file compression
This commit is contained in:
@@ -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();
|
||||
@@ -107,4 +107,4 @@ public interface IMareHub
|
||||
Task UserSetPairPermissions(UserPermissionsDto userPermissions);
|
||||
|
||||
Task UserSetProfile(UserProfileDto userDescription);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user