changeset 296:d28b7994e59e

Use combined API for basic doc link. Reviewed-by: stooke Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-October/025537.html
author Severin Gehwolf <sgehwolf@redhat.com>
date Thu, 26 Oct 2017 12:20:51 +0200
parents 518eb52b8990
children 8ecf97835acd
files server/src/main/resources/swagger-ui/index.html
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/server/src/main/resources/swagger-ui/index.html	Thu Oct 26 12:16:32 2017 +0200
+++ b/server/src/main/resources/swagger-ui/index.html	Thu Oct 26 12:20:51 2017 +0200
@@ -73,8 +73,7 @@
 window.onload = function() {
   // Build a system
   const ui = SwaggerUIBundle({
-    // FIXME: This should eventually point to an aggregate of all our APIs	  
-    url: "../commands/v1/doc/commands-swagger.yaml",
+    url: "../schema/fullapi-swagger.yaml",
     dom_id: '#swagger-ui',
     presets: [
       SwaggerUIBundle.presets.apis,