Skip to content

Commit

Permalink
Update location site mobile api
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasciput committed Sep 15, 2023
1 parent 1b08f11 commit b16abf2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions bims/serializers/location_site_serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,15 @@ class Meta:
'id', 'site_code',
'name', 'geometry',
'location_type',
'record_type', 'river_name',
'user_site_code', 'user_river_name',
'record_type',
'river_name',
'user_site_code',
'user_river_name',
'owner',
'description'
'description',
'ecosystem_type',
'wetland_name',
'user_wetland_name'
]


Expand Down

0 comments on commit b16abf2

Please sign in to comment.