File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 53
53
< script src ="./swagger-ui-bundle.js " charset ="UTF-8 "> </ script >
54
54
< script src ="./swagger-ui-standalone-preset.js " charset ="UTF-8 "> </ script >
55
55
< script >
56
- window . onload = function ( ) {
56
+ window . onload = function ( ) {
57
+ // OutSystems change: url = swagger.json
58
+ var url = "swagger.json" ;
57
59
// Begin Swagger UI call region
58
60
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 ,
62
63
dom_id : '#swagger-ui' ,
63
64
// OutSystems change: submit methods = empty in order to don't use the Try It Out feature
64
65
supportedSubmitMethods : [ ] ,
You can’t perform that action at this time.
0 commit comments