Mercurial > hg > orthanc-education
changeset 65:e352e1a1cf7b
fix compatibility with wsi 3.3
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Fri, 07 Nov 2025 18:15:31 +0100 |
| parents | fc9fdc2ffb2e |
| children | eeab8c59b6f8 e7b5d4f1624a |
| files | Sources/Plugin.cpp |
| diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Sources/Plugin.cpp Fri Nov 07 17:37:46 2025 +0100 +++ b/Sources/Plugin.cpp Fri Nov 07 18:15:31 2025 +0100 @@ -96,6 +96,7 @@ // Public resources for the whole-slide imaging viewer boost::starts_with(uri, "/wsi/app/") || + boost::starts_with(uri, "/wsi/libs/") || // New in release 3.3 of WSI // Public resources for the Kitware VolView plugin boost::starts_with(uri, "/volview/") ||
