add disable VFX to api, bump api version

This commit is contained in:
Stanley Dimant
2023-04-20 09:45:13 +02:00
parent f4ead046dd
commit d16afc76ec
7 changed files with 39 additions and 3 deletions

View File

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