Files
svc-api-x/v1/taffy/examples/api_DI1/model/foo.cfc
T
2024-10-23 11:17:42 +03:00

7 lines
172 B
Plaintext

<cfcomponent extends="taffy.core.resource" taffy:uri="/foo">
<cffunction name="get">
<cfreturn representationOf("hi").withStatus(200) />
</cffunction>
</cfcomponent>