diff --git a/config/routes.rb b/config/routes.rb index d1723e474e..dc1039c54c 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -186,12 +186,6 @@ delete '/security_groups/:guid/relationships/staging_spaces/:space_guid', to: 'security_groups#delete_staging_spaces' delete '/security_groups/:guid', to: 'security_groups#destroy' - # service_bindings - post '/service_bindings', to: 'service_bindings#create' - get '/service_bindings/:guid', to: 'service_bindings#show' - get '/service_bindings', to: 'service_bindings#index' - delete '/service_bindings/:guid', to: 'service_bindings#destroy' - # service_credential_bindings resources :service_credential_bindings, param: :guid,