X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9f5d16ade2d95497ed9610eefd03d76fb15eb747..eeeceb21a479780dfa7d550523ab961f477e39ad:/services/api/config/routes.rb diff --git a/services/api/config/routes.rb b/services/api/config/routes.rb index 813933cd18..211701a054 100644 --- a/services/api/config/routes.rb +++ b/services/api/config/routes.rb @@ -1,4 +1,6 @@ Server::Application.routes.draw do + themes_for_rails + resources :humans resources :traits resources :repositories @@ -89,6 +91,8 @@ Server::Application.routes.draw do post '/jobs/:uuid/cancel' => 'jobs#cancel' match '/users/:uuid/event_stream' => 'users#event_stream' post '/users/:uuid/activate' => 'users#activate' + post '/users/setup' => 'users#setup' + post '/users/:uuid/unsetup' => 'users#unsetup' match '/virtual_machines/get_all_logins' => 'virtual_machines#get_all_logins' match '/virtual_machines/:uuid/logins' => 'virtual_machines#logins' post '/api_client_authorizations/create_system_auth' => 'api_client_authorizations#create_system_auth'