Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
grantcopley committed Oct 19, 2023
1 parent 0ec742d commit bd11486
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-harness/tests/Application.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ component {
this.mappings[ "/#request.MODULE_NAME#" ] = moduleRootPath & "#request.MODULE_NAME#";
this.mappings[ "/cbvalidation" ]= rootPath & "modules/cbvalidation";
this.mappings[ "/modules" ] = rootPath & "modules";
this.mappings[ "/modules_app" ] = rootPath & "modules_app";

// request start
public boolean function onRequestStart( String targetPage ){
Expand Down

0 comments on commit bd11486

Please sign in to comment.