Mercurial > hg > orthanc
changeset 5424:630d0195e3bb
removed 'uuid' from the listed attachments operations: the route does not exist (use 'info' instead)
author | Alain Mazy <am@osimis.io> |
---|---|
date | Tue, 14 Nov 2023 10:40:40 +0100 |
parents | 2fca6253613c |
children | e2c9f9d9700e |
files | OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp Mon Nov 13 20:36:33 2023 +0100 +++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp Tue Nov 14 10:40:40 2023 +0100 @@ -2263,8 +2263,6 @@ operations.append("verify-md5"); } - operations.append("uuid"); - call.GetOutput().AnswerJson(operations); } }