X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/guides/data/examples/model_with_proxy/data/users/1/index.html diff --git a/docs/guides/data/examples/model_with_proxy/data/users/1/index.html b/docs/guides/data/examples/model_with_proxy/data/users/1/index.html new file mode 100644 index 00000000..b4868e3a --- /dev/null +++ b/docs/guides/data/examples/model_with_proxy/data/users/1/index.html @@ -0,0 +1,6 @@ +{ + success: true, + users: [ + {id: 1, name: 'Ed'} + ] +} \ No newline at end of file