Mercurial > p > roundup > code
changeset 5885:30b76c165ee6
Fix typo.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 29 Sep 2019 22:41:10 -0400 |
| parents | 35bd1e33bde1 |
| children | f4e77d446add |
| files | doc/rest.txt |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/rest.txt Sun Sep 29 22:19:38 2019 -0400 +++ b/doc/rest.txt Sun Sep 29 22:41:10 2019 -0400 @@ -1273,7 +1273,7 @@ return self.get_collection(classname, input) will move the response that normally happens at /rest/data/<class> to -/rest/data/<class>. +/rest/data2/<class>. Controlling Access to Backend Data
