Skip to content

Commit

Permalink
Merge pull request #15 from richardherbert/patch-1
Browse files Browse the repository at this point in the history
Update Application.cfc
  • Loading branch information
lmajano authored Jan 6, 2025
2 parents 974ea40 + c3ad8c0 commit f3c28e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/cfml/browser/Application.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ component {
// any other application.cfc stuff goes below:
this.sessionManagement = true;

// Turn on/off remote cfc content whitespace
this.suppressRemoteComponentContent = false;

// any mappings go here, we create one that points to the root called test.
this.mappings[ "/tests" ] = getDirectoryFromPath( getCurrentTemplatePath() );

Expand Down

0 comments on commit f3c28e6

Please sign in to comment.