Fixed linked to API spec

This commit is contained in:
Antoine Gersant 2019-04-07 17:07:12 -07:00
parent caf275330e
commit 96a6504aa3

View file

@ -39,7 +39,7 @@
window.onload = function() { window.onload = function() {
// Begin Swagger UI call region // Begin Swagger UI call region
const ui = SwaggerUIBundle({ const ui = SwaggerUIBundle({
url: "polaris-api.json", url: "./polaris-api.json",
dom_id: '#swagger-ui', dom_id: '#swagger-ui',
deepLinking: true, deepLinking: true,
presets: [ presets: [