Skip to content

Commit

Permalink
prefixing application mapping with a slash.
Browse files Browse the repository at this point in the history
prefixing application mapping with a slash.
  • Loading branch information
crscat committed May 7, 2018
1 parent ea7c1c1 commit c7c7fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/helloworld/Application.cfc
Expand Up @@ -19,6 +19,6 @@ component extends="coldbox.system.Bootstrap" {
this.sessionTimeout = createTimeSpan(0,0,30,0);
this.setClientCookies = true;

this.mappings[ 'cbdebugger' ] = expandPath( 'modules/cbdebugger' );
this.mappings[ '/cbdebugger' ] = expandPath( 'modules/cbdebugger' );

}
}

0 comments on commit c7c7fe5

Please sign in to comment.