summaryrefslogtreecommitdiff
path: root/service/pixelated/resources/inbox_resource.py
diff options
context:
space:
mode:
authorZara Gebru <zgebru@thoughtworks.com>2016-12-02 15:25:23 +0100
committerZara Gebru <zgebru@thoughtworks.com>2016-12-02 15:25:23 +0100
commitb14833fbb56bcd5bff0750c16fd9214009b955be (patch)
treea1ec621dd5f76d756ac59b72a763a34a2c189387 /service/pixelated/resources/inbox_resource.py
parent688a8b42e8ab7c6d4529b6dda66f40eead07ad02 (diff)
[refactor] move app dir into public dir
Diffstat (limited to 'service/pixelated/resources/inbox_resource.py')
-rw-r--r--service/pixelated/resources/inbox_resource.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pixelated/resources/inbox_resource.py b/service/pixelated/resources/inbox_resource.py
index 426de5cc..d9ba86a5 100644
--- a/service/pixelated/resources/inbox_resource.py
+++ b/service/pixelated/resources/inbox_resource.py
@@ -46,7 +46,7 @@ class InboxResource(BaseResource):
def _get_not_quite_the_templates_folder(self):
path = os.path.dirname(os.path.abspath(pixelated.__file__))
- return os.path.join(path, '..', '..', 'web-ui', 'app')
+ return os.path.join(path, '..', '..', 'web-ui', 'public')
def _get_templates_folder(self):
path = os.path.dirname(os.path.abspath(pixelated.__file__))