Created
July 22, 2019 00:58
-
-
Save faustoct1/134e5697475849c74293339952b41d2b to your computer and use it in GitHub Desktop.
filter before quest
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
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