mirror of
https://github.com/agersant/polaris
synced 2024-11-30 00:50:16 +00:00
Fixed linked to API spec
This commit is contained in:
parent
caf275330e
commit
96a6504aa3
1 changed files with 1 additions and 1 deletions
|
@ -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: [
|
||||||
|
|
Loading…
Reference in a new issue