Mercurial > hg > orthanc
diff Plugins/Samples/ConnectivityChecks/Plugin.cpp @ 3628:70398cc7aa15
yet another try...
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 25 Jan 2020 12:04:45 +0100 |
parents | 8afc14fab01f |
children | 94f4a18a79cc |
line wrap: on
line diff
--- a/Plugins/Samples/ConnectivityChecks/Plugin.cpp Sat Jan 25 11:27:23 2020 +0100 +++ b/Plugins/Samples/ConnectivityChecks/Plugin.cpp Sat Jan 25 12:04:45 2020 +0100 @@ -97,7 +97,7 @@ } /* Register the callbacks */ - OrthancPluginSetDescription(context_, "Utilities to check connectivity to DICOM modalities and Orthanc peers."); + OrthancPluginSetDescription(context_, "Utilities to check connectivity to DICOM modalities, DICOMweb servers and Orthanc peers."); OrthancPluginSetRootUri(context_, ROOT_URI "/app/index.html"); OrthancPluginRegisterRestCallback(context_, ROOT_URI "/libs/(.*)", ServeStaticResource<Orthanc::EmbeddedResources::LIBRARIES>); OrthancPluginRegisterRestCallback(context_, ROOT_URI "/app/(.*)", ServeStaticResource<Orthanc::EmbeddedResources::WEB_RESOURCES>);