update api (#15)

Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
This commit is contained in:
rootdarkarchon
2023-07-17 08:52:46 +02:00
committed by GitHub
parent 51645cbc79
commit a5373bca24
2 changed files with 5 additions and 5 deletions

View File

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