# HG changeset patch # User Severin Gehwolf # Date 1509013251 -7200 # Node ID d28b7994e59e5ba53b0e595347ba146eb6de16a4 # Parent 518eb52b8990d7000a803e7bb942a7b16e754826 Use combined API for basic doc link. Reviewed-by: stooke Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-October/025537.html diff -r 518eb52b8990 -r d28b7994e59e server/src/main/resources/swagger-ui/index.html --- 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,