Altered user Model to allow for pure string value as oposed to object
This commit is contained in:
parent
3cb2b9c9b5
commit
334ad6bce5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user