Skip to content

Commit 361973c

Browse files
committed
Remove route options from V2 API
1 parent f0b857f commit 361973c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/models/runtime/route.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ class OutOfVIPException < CloudController::Errors::InvalidRelation; end
4646

4747
add_association_dependencies route_mappings: :destroy
4848

49-
export_attributes :host, :path, :domain_guid, :space_guid, :service_instance_guid, :port, :options
50-
import_attributes :host, :path, :domain_guid, :space_guid, :app_guids, :port, :options
49+
export_attributes :host, :path, :domain_guid, :space_guid, :service_instance_guid, :port
50+
import_attributes :host, :path, :domain_guid, :space_guid, :app_guids, :port
5151

5252
add_association_dependencies labels: :destroy
5353
add_association_dependencies annotations: :destroy

0 commit comments

Comments
 (0)