8 lines
190 B
Plaintext
8 lines
190 B
Plaintext
<cfcomponent extends="taffy.core.resource" taffy:uri="/echo/towel">
|
|
|
|
<cffunction name="get">
|
|
<cfreturn representationOf("don't panic!").withStatus(200) />
|
|
</cffunction>
|
|
|
|
</cfcomponent>
|