This commit is contained in:
msyu
2024-10-23 11:17:42 +03:00
commit ab5c944862
380 changed files with 55823 additions and 0 deletions
@@ -0,0 +1,10 @@
<cfcomponent extends="taffy.core.resource" taffy_uri="/foo">
<cffunction name="get" access="public" output="false">
<cfset local.exception = {} />
<cfset local.exception.message = "testing log to email from resource saveLog()" />
<cfset saveLog(local.exception) />
<cfreturn noData().withStatus(200, "Log Saved") />
</cffunction>
</cfcomponent>