Skip to content

Commit

Permalink
feat:#1067 expose waypoints public_transportation information
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayor committed May 6, 2024
1 parent 24e010e commit f8fb90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c2corg_api/models/waypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,5 +328,5 @@ class ArchiveWaypointLocale(_WaypointLocaleMixin, ArchiveDocumentLocale):
schema_create_waypoint = get_create_schema(schema_waypoint)
schema_update_waypoint = get_update_schema(schema_waypoint)
schema_association_waypoint = restrict_schema(schema_waypoint, [
'elevation', 'locales.title', 'locales.access_period', 'geometry.geom'
'elevation', 'locales.title', 'locales.access_period', 'geometry.geom', 'public_transportation_rating'
])

0 comments on commit f8fb90d

Please sign in to comment.