#config/routes.rb namespace :api do namespace :v1 do post 'signin', to: 'authentication#create' end end