Skip to content

Commit

Permalink
Tiny redirect fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Dec 21, 2018
1 parent e86d0f9 commit ab02b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/app.py
Expand Up @@ -52,7 +52,7 @@ def __init__(self, *args, **kwargs):

@appier.route("/", "GET")
def index(self):
return self.me()
return self.userinfo()

@appier.route("/me", "GET")
def me(self):
Expand Down

0 comments on commit ab02b1e

Please sign in to comment.