X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0110ce93702def9a641d92d90d5544d4d0adf22b..a78762353971ea3707bcf92960a12557d66fb9af:/services/api/config/routes.rb diff --git a/services/api/config/routes.rb b/services/api/config/routes.rb index 8afd22192a..738426b1d8 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. @@ -81,7 +81,6 @@ Server::Application.routes.draw do post 'activate', on: :member post 'setup', on: :collection post 'unsetup', on: :member - post 'update_uuid', on: :member post 'merge', on: :collection patch 'batch_update', on: :collection end