Skip to content

Commit e7dfa09

Browse files
Fixed Swagger UI after rename
1 parent 4652d5b commit e7dfa09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist-swagger-ui/swagger-initializer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ window.onload = function() {
33

44
// the following lines will be replaced by docker/configurator, when it runs in a docker-container
55
window.ui = SwaggerUIBundle({
6-
url: "edi-specification.json",
6+
url: "eri-specification.json",
77
dom_id: '#swagger-ui',
88
deepLinking: true,
99
presets: [

0 commit comments

Comments
 (0)