Skip to content

Commit 7f22f69

Browse files
committed
Fixed server-url issues and response with plain-text content-type
1 parent 1b0db2e commit 7f22f69

File tree

12 files changed

+32
-18
lines changed

12 files changed

+32
-18
lines changed

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
-->
1919

2020
<rapi-doc
21-
spec-url="./examples/specs/petstore3.yaml"
21+
spec-url="./examples/specs/petstore.json"
2222
layout="row"
2323
theme="dark"
2424
>

dist/index.html.gz

-2 Bytes
Binary file not shown.

dist/rapidoc-min.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rapidoc-min.js.gz

59 Bytes
Binary file not shown.

dist/rapidoc-min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rapidoc-min.js.map.gz

0 Bytes
Binary file not shown.

dist/report.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/rapidoc-min.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
-->
1919

2020
<rapi-doc
21-
spec-url="./examples/specs/petstore3.yaml"
21+
spec-url="./examples/specs/petstore.json"
2222
layout="row"
2323
theme="dark"
2424
>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rapidoc",
3-
"version": "5.0.3",
3+
"version": "5.0.4",
44
"description": "RapiDoc - Open API spec viewer with built in console",
55
"author": "Mrinmoy Majumdar <[email protected]>",
66
"repository": {

0 commit comments

Comments
 (0)