Introduce a new setup method in the users controller
[arvados.git] / services / api / config / routes.rb
index dffae7fad1725768af1e00b1fbb37ac60da9f650..044f0dc90a4447bb611cbe211a5a7b9ca437b9cd 100644 (file)
@@ -90,6 +90,7 @@ 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'
       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'