mirror of
https://github.com/resources-manager/resources-manager-api.git
synced 2024-12-22 09:14:00 +01:00
fix url
This commit is contained in:
parent
b0a816c9ce
commit
1b47bbfc63
|
@ -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: "https://github.com/resources-manager/resources-manager-api/raw/master/public/doc-api/resources-manager.yml",
|
url: "https://resources-manager.github.io/resources-manager-api/resources-manager.yml",
|
||||||
dom_id: '#swagger-ui',
|
dom_id: '#swagger-ui',
|
||||||
deepLinking: true,
|
deepLinking: true,
|
||||||
presets: [
|
presets: [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user