Skip to content

Instantly share code, notes, and snippets.

@faustoct1
Created July 22, 2019 00:58
Show Gist options
  • Save faustoct1/134e5697475849c74293339952b41d2b to your computer and use it in GitHub Desktop.
Save faustoct1/134e5697475849c74293339952b41d2b to your computer and use it in GitHub Desktop.
filter before quest
App::Api.controllers do
before do
auth_user
end
get '/list/friends'
{friends:['Joao','Maria','May']}.to_json
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment