Skip to content

Commit e318616

Browse files
committed
reverted default url
1 parent 9b1bd11 commit e318616

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<script type="text/javascript">
4646
$(function () {
4747
window.swaggerUi = new SwaggerUi({
48-
discoveryUrl:"http://localhost:8002/api/api-docs.json",
48+
discoveryUrl:"http://petstore.swagger.wordnik.com/api/api-docs.json",
4949
apiKey:"special-key",
5050
dom_id:"swagger-ui-container",
5151
supportHeaderParams: false,

src/main/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<script type="text/javascript">
4646
$(function () {
4747
window.swaggerUi = new SwaggerUi({
48-
discoveryUrl:"http://localhost:8002/api/api-docs.json",
48+
discoveryUrl:"http://petstore.swagger.wordnik.com/api/api-docs.json",
4949
apiKey:"special-key",
5050
dom_id:"swagger-ui-container",
5151
supportHeaderParams: false,

0 commit comments

Comments
 (0)