Messagepack (#12)
* add messagepack attributes * fix isnullorempty * bump api version --------- Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
This commit is contained in:
@@ -8,7 +8,7 @@ namespace MareSynchronos.API.SignalR;
|
||||
|
||||
public interface IMareHub
|
||||
{
|
||||
const int ApiVersion = 21;
|
||||
const int ApiVersion = 22;
|
||||
const string Path = "/mare";
|
||||
|
||||
Task<ConnectionDto> GetConnectionDto();
|
||||
|
||||
Reference in New Issue
Block a user