Skip to content

Instantly share code, notes, and snippets.

@promisepreston
Last active September 8, 2019 03:27
Show Gist options
  • Save promisepreston/2e9bea231d2e57894a593b6910bae231 to your computer and use it in GitHub Desktop.
Save promisepreston/2e9bea231d2e57894a593b6910bae231 to your computer and use it in GitHub Desktop.
#config/routes.rb
namespace :api do
namespace :v1 do
post 'signin', to: 'authentication#create'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment