10 lines
234 B
Plaintext
10 lines
234 B
Plaintext
<cfcomponent extends="taffy.core.api">
|
|
<cfscript>
|
|
|
|
this.name = hash(getCurrentTemplatePath());
|
|
|
|
variables.framework = {};
|
|
variables.framework.unhandledPaths = "/Taffy/examples/api_uploadImg/client";
|
|
|
|
</cfscript>
|
|
</cfcomponent> |