Files
svc-api-x/v1/taffy/examples/api_jsonutil/Application.cfc
2024-10-23 11:17:42 +03:00

11 lines
213 B
Plaintext

<cfcomponent extends="taffy.core.api">
<cfscript>
this.name = hash(getCurrentTemplatePath());
variables.framework = {};
variables.framework.serializer = "JsonUtilSerializer";
</cfscript>
</cfcomponent>