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