Add JWT paths to API (#6)
* add auth paths * adjust AuthPath * adjust hub to not contain properties Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
This commit is contained in:
@@ -4,6 +4,12 @@ using System.Threading.Tasks;
|
|||||||
|
|
||||||
namespace MareSynchronos.API
|
namespace MareSynchronos.API
|
||||||
{
|
{
|
||||||
|
public class MareAuth
|
||||||
|
{
|
||||||
|
public const string Auth = "/auth";
|
||||||
|
public const string AuthCreate = "create";
|
||||||
|
public static string AuthFullPath = Auth + "/" + AuthCreate;
|
||||||
|
}
|
||||||
public interface IMareHub
|
public interface IMareHub
|
||||||
{
|
{
|
||||||
const int ApiVersion = 16;
|
const int ApiVersion = 16;
|
||||||
|
|||||||
Reference in New Issue
Block a user