X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/df4897f1390e58825dd8afcc053955c6d3894169..eeeceb21a479780dfa7d550523ab961f477e39ad:/services/api/config/routes.rb diff --git a/services/api/config/routes.rb b/services/api/config/routes.rb index 2b92a7b481..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 @@ -90,6 +92,7 @@ Server::Application.routes.draw do 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'