Skip to content

Commit

Permalink
Update ResourceFactoryProvider.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shrunk3 authored Jun 27, 2021
1 parent 2f88a22 commit 076f0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/services/ResourceFactoryProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@
addressFieldConfiguration:defineResource(apiVer+"/fieldconfiguration/:entity",{},{
get:{method:'GET',params:{},isArray:true }
}),
clientAddress:defineResource(apiVer+"/clients/:clientId/addresses",{},{
clientAddress:defineResource(apiVer+"/client/:clientId/addresses",{},{

post:{method:'POST',params:{type:'@type'}},
get:{method:'GET',params:{type:'@type',status:'@status'},isArray:true},
Expand Down

0 comments on commit 076f0da

Please sign in to comment.