Skip to content

Commit 75b9c4f

Browse files
committed
Use correct path
1 parent c1dc8d2 commit 75b9c4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

billingstack/api/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'root': 'billingstack.api.controllers.root.RootController',
1010
'modules': ['billingstack.api'],
1111
'static_root': '%(confdir)s/public',
12-
'template_path': '%(confdir)s/billingstack/api/templates',
12+
'template_path': '%(confdir)s/templates',
1313
'debug': False,
1414
'enable_acl': True,
1515
}

0 commit comments

Comments
 (0)