comparison OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp @ 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 62bb63346185
children c65e036d649b
comparison
equal deleted inserted replaced
5423:2fca6253613c 5424:630d0195e3bb
2261 info.GetUncompressedMD5() != "") 2261 info.GetUncompressedMD5() != "")
2262 { 2262 {
2263 operations.append("verify-md5"); 2263 operations.append("verify-md5");
2264 } 2264 }
2265 2265
2266 operations.append("uuid");
2267
2268 call.GetOutput().AnswerJson(operations); 2266 call.GetOutput().AnswerJson(operations);
2269 } 2267 }
2270 } 2268 }
2271 2269
2272 2270