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.
1 parent 3ba11d9 commit 6b02c10Copy full SHA for 6b02c10
apidocs/Application.cfc
@@ -10,6 +10,7 @@ component{
10
11
this.mappings[ "/docbox" ] = API_ROOT & "docbox";
12
this.mappings[ "/root" ] = rootPath;
13
- this.mappings[ "/cbdebugger" ] = rootPath & "modules/cbdebugger/models";
+ this.mappings[ "/coldbox" ] = rootPath & "coldbox";
14
+ this.mappings[ "/cbdebugger" ] = rootPath & "modules/cbdebugger/models";
15
16
}
workbench/build.xml
@@ -127,6 +127,7 @@
127
<exec executable="box" dir="${dir.apidocs}">
128
<arg line="server stop" />
129
</exec>
130
+ <delete file="${dir.build}/docbox.html" />
131
<!-- Zip API Docs -->
132
<zip destfile="${dir.exports}/${project.name}-apidocs-${project.version}.zip" basedir="${dir.api}"></zip>
133
</target>
0 commit comments