mirror of
https://github.com/agersant/polaris
synced 2024-11-29 16: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() {
|
||||
// Begin Swagger UI call region
|
||||
const ui = SwaggerUIBundle({
|
||||
url: "polaris-api.json",
|
||||
url: "./polaris-api.json",
|
||||
dom_id: '#swagger-ui',
|
||||
deepLinking: true,
|
||||
presets: [
|
||||
|
|
Loading…
Reference in a new issue