Skip to content

Commit

Permalink
new example app
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Nov 23, 2016
1 parent 4c440ee commit b656991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/app.py
Expand Up @@ -114,7 +114,7 @@ def folder_list(self):
contents = api.list_folder_file(path)
return contents

@appier.route("/link/share", "GET")
@appier.route("/links/share", "GET")
def share_link(self):
api = self.get_api()
path = self.field("path", "/hello")
Expand Down

0 comments on commit b656991

Please sign in to comment.