mirror of
https://github.com/resources-manager/resources-manager-api.git
synced 2024-12-22 08:44:00 +01:00
fix url
This commit is contained in:
parent
b0a816c9ce
commit
1b47bbfc63
|
@ -39,7 +39,7 @@
|
|||
window.onload = function() {
|
||||
// Begin Swagger UI call region
|
||||
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',
|
||||
deepLinking: true,
|
||||
presets: [
|
||||
|
|
Loading…
Reference in New Issue
Block a user