We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8c4128 + b78a8ed commit f48d9e6Copy full SHA for f48d9e6
ModuleConfig.cfc
@@ -17,7 +17,7 @@ component {
17
// Entry Point
18
this.entryPoint = "cbsecurity";
19
// Helpers
20
- this.applicationHelper = [ "/cbsecurity/helpers/mixins.cfm" ];
+ this.applicationHelper = [ "helpers/mixins.cfm" ];
21
// Dependencies
22
this.dependencies = [ "cbauth", "jwt" ];
23
0 commit comments