404 web xml debug
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
<cfargument name="page" type="string" hint="type:integer" default="1"/>
|
||||
<cfargument name="orderBy" type="string" hint="type:string, description:comma-separated list of fields to sort by, example:fld1.ASC,fld2.DESC,fld3.ASC" default=""/>
|
||||
|
||||
<cfreturn representationOf("Проверка связи")/>
|
||||
|
||||
|
||||
|
||||
<!---parse and validate request parameters--->
|
||||
@@ -101,6 +101,7 @@
|
||||
<cfreturn representationOf(this.helper.formatBadRequestError(cfcatch)).withStatus(400)/>
|
||||
</cfcatch>
|
||||
</cftry>
|
||||
<cfreturn representationOf("Проверка связи 2")/>
|
||||
|
||||
<cfset var out={}/>
|
||||
<cfset var maxrows=arguments.pageSize*arguments.page/>
|
||||
|
||||
Reference in New Issue
Block a user