fnando/access_token

View on GitHub
examples/rails-app/config/routes.rb

Summary

Maintainability
A
0 mins
Test Coverage
Rails.application.routes.draw do
  get '/profile', to: 'profile#show'
  post '/auth', to: 'auth#create'
end