Altered user Model to allow for pure string value as oposed to object
This commit is contained in:
@ -21,7 +21,7 @@ namespace EFB.Models
|
|||||||
public TokenModel UserToken { get; set; } = null;
|
public TokenModel UserToken { get; set; } = null;
|
||||||
|
|
||||||
//Contains the most recent route generated by the user through the App
|
//Contains the most recent route generated by the user through the App
|
||||||
public RouteModel Route { get; set; } = null;
|
public string Route { get; set; }
|
||||||
public TokenModel RouteToken { get; set; } = null;
|
public TokenModel RouteToken { get; set; } = null;
|
||||||
|
|
||||||
//Contains the most recently stored position of the user in the simulator
|
//Contains the most recently stored position of the user in the simulator
|
||||||
|
Reference in New Issue
Block a user