Guest User

Untitled

a guest
Nov 14th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. # config/routes.rb
  2.  
  3. namespace :api, defaults: { format: 'json' } do
  4. resources :posts, only: [:index, :create]
  5. end
Add Comment
Please, Sign In to add comment