Files
svc-api-x/v1/taffy/tests/resources/uriConflict.cfc
T
2024-10-23 11:17:42 +03:00

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>