add disable VFX to api, bump api version
This commit is contained in:
@@ -7,7 +7,7 @@ namespace MareSynchronos.API.SignalR;
|
||||
|
||||
public interface IMareHub
|
||||
{
|
||||
const int ApiVersion = 23;
|
||||
const int ApiVersion = 24;
|
||||
const string Path = "/mare";
|
||||
|
||||
Task<bool> CheckClientHealth();
|
||||
|
||||
Reference in New Issue
Block a user