Added authentication for the node against the api server. Cleaned up routes
This commit is contained in:
@@ -22,6 +22,7 @@ public class AppConfiguration
|
||||
public class SecurityData
|
||||
{
|
||||
public string Token { get; set; }
|
||||
public string TokenId { get; set; }
|
||||
}
|
||||
|
||||
public class StorageData
|
||||
|
||||
Reference in New Issue
Block a user