Skip to content

Commit f48d9e6

Browse files
authored
Merge pull request #8 from sjdaniels/hotfix/fix_helperspath
Use relative path for application helper
2 parents d8c4128 + b78a8ed commit f48d9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ModuleConfig.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ component {
1717
// Entry Point
1818
this.entryPoint = "cbsecurity";
1919
// Helpers
20-
this.applicationHelper = [ "/cbsecurity/helpers/mixins.cfm" ];
20+
this.applicationHelper = [ "helpers/mixins.cfm" ];
2121
// Dependencies
2222
this.dependencies = [ "cbauth", "jwt" ];
2323

0 commit comments

Comments
 (0)