diff Platforms/Wasm/WasmWebService.h @ 240:ddbb339ed4cf am

orthancBaseUrl is now configurable
author am@osimis.io
date Wed, 20 Jun 2018 09:43:36 +0200
parents b4642964c355
children 3d523c9a8f0d 8ff70c04c6df
line wrap: on
line diff
--- a/Platforms/Wasm/WasmWebService.h	Wed Jun 20 09:26:15 2018 +0200
+++ b/Platforms/Wasm/WasmWebService.h	Wed Jun 20 09:43:36 2018 +0200
@@ -11,7 +11,7 @@
 
     // Private constructor => Singleton design pattern
     WasmWebService() :
-      base_("../../")   // TODO: this should be configurable from the JS code !
+      base_("../../")   // note: this is configurable from the JS code by calling WasmWebService_SetBaseUrl
     {
     }