Skip to content

Commit

Permalink
Merge pull request #161 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 a39276e + 46bf3c9 commit 81c4dc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Application.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ component{
this.mappings[ "/testbox" ] = rootPath;
// Map resources
this.mappings[ "/coldbox" ] = this.mappings[ "/tests" ] & "resources/coldbox";
// Turn on/off remote cfc content whitespace
this.suppressRemoteComponentContent = false;

// any orm definitions go here.

Expand Down

0 comments on commit 81c4dc4

Please sign in to comment.