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

7 lines
159 B
Plaintext

<cfcomponent extends="taffy.core.resource" taffy:uri="uriWithoutForwardSlash">
<cffunction name="get">
<cfreturn noData() />
</cffunction>
</cfcomponent>