api update 10

This commit is contained in:
Stanley Dimant
2022-08-24 21:59:35 +02:00
parent 1ee130413f
commit 1601ec28cf
3 changed files with 5 additions and 24 deletions

View File

@@ -1,14 +1,8 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MareSynchronos.API
namespace MareSynchronos.API
{
public class Api
{
public const int Version = 9;
public const int Version = 10;
public const string Path = "/mare";
public const string SendFileAbortUpload = "AbortUpload";