From 946cbc70bf99722e5896e9e430a84763b1163d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= Date: Wed, 1 May 2019 16:24:26 +0100 Subject: [PATCH] Small fix --- src/examples/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples/app.py b/src/examples/app.py index 94efbd2..b7f4b97 100644 --- a/src/examples/app.py +++ b/src/examples/app.py @@ -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):