Update ResourceFactoryProvider.js

This commit is contained in:
Shreyank Byadagi 2021-06-24 21:28:53 +05:30 committed by GitHub
parent 6b05e46d8f
commit 2f88a22bcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -585,7 +585,7 @@
addressFieldConfiguration:defineResource(apiVer+"/fieldconfiguration/:entity",{},{
get:{method:'GET',params:{},isArray:true }
}),
clientAddress:defineResource(apiVer+"/client/:clientId/addresses",{},{
clientAddress:defineResource(apiVer+"/clients/:clientId/addresses",{},{
post:{method:'POST',params:{type:'@type'}},
get:{method:'GET',params:{type:'@type',status:'@status'},isArray:true},