diff OrthancServer/OrthancRestApi/OrthancRestSystem.cpp @ 1233:eac00401cb96

fixes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 04 Dec 2014 17:18:18 +0100
parents f1c01451a8ee
children 6e7e5ed91c2d
line wrap: on
line diff
--- a/OrthancServer/OrthancRestApi/OrthancRestSystem.cpp	Thu Dec 04 17:04:40 2014 +0100
+++ b/OrthancServer/OrthancRestApi/OrthancRestSystem.cpp	Thu Dec 04 17:18:18 2014 +0100
@@ -122,6 +122,8 @@
   {
     Json::Value v = Json::arrayValue;
 
+    v.append("explorer.js");
+
     if (OrthancRestApi::GetContext(call).HasPlugins())
     {
       std::list<std::string> plugins;