Delete directory 'web'

This commit is contained in:
2026-05-15 17:58:44 +03:00
parent 8d6f955045
commit 059bb92d68
43 changed files with 0 additions and 174781 deletions
-19
View File
@@ -1,19 +0,0 @@
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: "/swagger/swagger.yaml",
dom_id: '#swagger-ui',
deepLinking: false,
presets: [
SwaggerUIBundle.presets.apis
],
plugins: [
SwaggerUIBundle.plugins.DownloadUrl
],
layout: "BaseLayout"
});
//</editor-fold>
};