swagger page

This commit is contained in:
CHIEFSOFT\ameye
2024-04-27 07:29:39 -04:00
parent 7cfeabcada
commit 46c423dca0
21 changed files with 6619 additions and 53 deletions
+20
View File
@@ -0,0 +1,20 @@
window.onload = function() {
//<editor-fold desc="Changeable Configuration Block">
// the following lines will be replaced by docker/configurator, when it runs in a docker-container
window.ui = SwaggerUIBundle({
url: "https://digifi-apidev.chiefsoft.net/apidoc/digifi.json",
dom_id: '#swagger-ui',
deepLinking: true,
presets: [
SwaggerUIBundle.presets.apis,
SwaggerUIStandalonePreset
],
plugins: [
SwaggerUIBundle.plugins.DownloadUrl
],
layout: "StandaloneLayout"
});
//</editor-fold>
};