We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad316a commit 893bb26Copy full SHA for 893bb26
test/spec/v1/api-docs.json
@@ -4,15 +4,15 @@
4
"basePath": "http://localhost:80",
5
"apis": [
6
{
7
- "path": "http://localhost:8001/v1/pet.json",
+ "path": "http://localhost:8001/v1/pet",
8
"description": "Operations about pets"
9
},
10
11
"path": "http://localhost:8001/v1/user.json",
12
"description": "Operations about user"
13
14
15
- "path": "http://localhost:8001/v1/store.json",
+ "path": "http://localhost:8001/v1/store",
16
"description": "Operations about store"
17
}
18
],
test/spec/v1/pet.json renamed to test/spec/v1/pet
test/spec/v1/store.json renamed to test/spec/v1/store
0 commit comments