Last active
September 8, 2019 03:27
-
-
Save promisepreston/2e9bea231d2e57894a593b6910bae231 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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