aboutsummaryrefslogtreecommitdiff
path: root/Backend
diff options
context:
space:
mode:
authorOgnjen Cirkovic <ciraboxkg@gmail.com>2022-11-03 21:54:29 +0100
committerOgnjen Cirkovic <ciraboxkg@gmail.com>2022-11-03 21:54:29 +0100
commit3ba0c0557213a9444211b58a6a65ff4a2af09ea3 (patch)
tree773a05d139601aa7fdd35e429ee947da2ee1cff2 /Backend
parent759414e3138e02a540cbb74a9675d6dec6362004 (diff)
fixed typo.
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; }