We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4652d5b commit e7dfa09Copy full SHA for e7dfa09
dist-swagger-ui/swagger-initializer.js
@@ -3,7 +3,7 @@ window.onload = function() {
3
4
// the following lines will be replaced by docker/configurator, when it runs in a docker-container
5
window.ui = SwaggerUIBundle({
6
- url: "edi-specification.json",
+ url: "eri-specification.json",
7
dom_id: '#swagger-ui',
8
deepLinking: true,
9
presets: [
0 commit comments