Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 1, 2019
1 parent d15a575 commit 946cbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/app.py
Expand Up @@ -49,7 +49,7 @@ def __init__(self, *args, **kwargs):

@appier.route("/", "GET")
def index(self):
return self.stacks()
return self.containers()

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

0 comments on commit 946cbc7

Please sign in to comment.