diff Framework/Oracle/WebAssemblyOracle.cpp @ 831:d71cf8504159

handling of GET arguments
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 31 May 2019 10:30:22 +0200
parents 9a6c7a5dcb76
children 266e2b0b9abc
line wrap: on
line diff
--- a/Framework/Oracle/WebAssemblyOracle.cpp	Fri May 31 09:12:05 2019 +0200
+++ b/Framework/Oracle/WebAssemblyOracle.cpp	Fri May 31 10:30:22 2019 +0200
@@ -279,7 +279,7 @@
 
     void SetUri(const std::string& uri)
     {
-      uri_ = uri;
+      uri_ = oracle_.orthancRoot_ + uri;
     }
 
     void SetBody(std::string& body /* will be swapped */)