140 dependencies bugfix

This commit is contained in:
msyu
2025-09-10 20:19:02 +03:00
parent 68bf3f9056
commit 424a90cf31
7 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<cfcomponent extends="taffy.core.resource" taffy:uri="/error">
<cffunction name="get" hint="Имитация ошибки HTTP">
<cffunction name="get" hint="Имитация ошибки HTTP для тестирования">
<cfargument name="statusCode" type="string" hint="type:integer" default="200"/>
<cfargument name="statusText" type="string" hint="type:string" default=""/>