X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/16f704326f44fd1e5e5e60b936c9b5895d6a6ff8..1a9cc8246d8abc0c873fa2e9795a564f2fdb58af:/services/api/config/routes.rb diff --git a/services/api/config/routes.rb b/services/api/config/routes.rb index b54c3c5bf1..6975858035 100644 --- a/services/api/config/routes.rb +++ b/services/api/config/routes.rb @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0 -Server::Application.routes.draw do +Rails.application.routes.draw do themes_for_rails # OPTIONS requests are not allowed at routes that use cookies. @@ -83,6 +83,7 @@ Server::Application.routes.draw do post 'unsetup', on: :member post 'update_uuid', on: :member post 'merge', on: :collection + patch 'batch_update', on: :collection end resources :virtual_machines do get 'logins', on: :member