diff OrthancServer/main.cpp @ 228:1af3bc092db8

removal of the old rest api
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 30 Nov 2012 10:59:55 +0100
parents 4eb0c7ce86c9
children f2349bab5fe7
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Fri Nov 30 10:57:34 2012 +0100
+++ b/OrthancServer/main.cpp	Fri Nov 30 10:59:55 2012 +0100
@@ -30,7 +30,6 @@
  **/
 
 
-#include "OrthancRestApi.h"
 #include "OrthancRestApi2.h"
 
 #include <fstream>
@@ -252,7 +251,6 @@
 #endif
 
       httpServer.RegisterHandler(new OrthancRestApi2(context));
-      httpServer.RegisterHandler(new OrthancRestApi(context.GetIndex(), storageDirectory.string()));
 
       // GO !!!
       httpServer.Start();