diff OrthancServer/Sources/main.cpp @ 4413:22a1352a0823

cont openapi
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 28 Dec 2020 13:08:00 +0100
parents 68b96234fbd6
children d6cb9e91a3d6
line wrap: on
line diff
--- a/OrthancServer/Sources/main.cpp	Mon Dec 28 11:57:48 2020 +0100
+++ b/OrthancServer/Sources/main.cpp	Mon Dec 28 13:08:00 2020 +0100
@@ -1809,8 +1809,7 @@
           MemoryStorageArea inMemoryStorage;
           ServerContext context(inMemoryDatabase, inMemoryStorage, true /* unit testing */, 0 /* max completed jobs */);
           OrthancRestApi restApi(context, false /* no Orthanc Explorer */);
-          //restApi.GenerateReStructuredTextCheatSheet(cheatsheet, "https://api.orthanc-server.com/index.html");
-          restApi.GenerateReStructuredTextCheatSheet(cheatsheet, "http://localhost:8000/a.html");
+          restApi.GenerateReStructuredTextCheatSheet(cheatsheet, "https://api.orthanc-server.com/index.html");
           context.Stop();
         }