aboutsummaryrefslogtreecommitdiff
path: root/Backend
diff options
context:
space:
mode:
Diffstat (limited to 'Backend')
-rw-r--r--Backend/Api/Api/Models/Location.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Backend/Api/Api/Models/Location.cs b/Backend/Api/Api/Models/Location.cs
index 5e723e4..8cc4377 100644
--- a/Backend/Api/Api/Models/Location.cs
+++ b/Backend/Api/Api/Models/Location.cs
@@ -11,7 +11,7 @@ namespace Api.Models
public String name { get; set; }
public String city { get; set; }
public String country { get; set; }
- public String adress { get; set; }
+ public String address { get; set; }
public double latitude { get; set; }
public double longitude { get; set; }
public LocationType type { get; set; }