add heels to api

This commit is contained in:
Stanley Dimant
2022-09-10 13:23:26 +02:00
parent 9bb99a5e68
commit 9dc1e901aa
3 changed files with 5 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
{
public class Api
{
public const int Version = 13;
public const int Version = 14;
public const string Path = "/mare";
public const string SendFileAbortUpload = "AbortUpload";