Skip to content

Commit a39e110

Browse files
Change url
1 parent a094a5a commit a39e110

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

dist/index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,13 @@
5353
<script src="./swagger-ui-bundle.js" charset="UTF-8"></script>
5454
<script src="./swagger-ui-standalone-preset.js" charset="UTF-8"></script>
5555
<script>
56-
window.onload = function () {
56+
window.onload = function () {
57+
// OutSystems change: url = swagger.json
58+
var url = "swagger.json";
5759
// Begin Swagger UI call region
5860
const ui = SwaggerUIBundle({
59-
// OutSystems change: change the URL!
60-
//It is supposed to change the URL!!!!!!!!!!!!!!!!!!!! This is for testing
61-
url: "https://os-jbfr253.domain.outsystems.com/swaggerUiDocumentation/rest/useCases/swagger.json",
61+
// OutSystems change: change the URL!
62+
url: url,
6263
dom_id: '#swagger-ui',
6364
// OutSystems change: submit methods = empty in order to don't use the Try It Out feature
6465
supportedSubmitMethods: [],

0 commit comments

Comments
 (0)