mock api
This commit is contained in:
5
test/e2e/db.json
Normal file
5
test/e2e/db.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"pet": [
|
||||
{"id":1,"category":{"id":0,"name":"string"},"name":"doggie","photoUrls":["string"],"tags":[{"id":0,"name":"string"}],"status":"available"}
|
||||
]
|
||||
}
|
||||
@@ -13,8 +13,8 @@
|
||||
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
|
||||
}
|
||||
},
|
||||
"host":"petstore.swagger.io",
|
||||
"basePath":"/v2",
|
||||
"host":"localhost:3204",
|
||||
"basePath":"/",
|
||||
"tags":[
|
||||
{
|
||||
"name":"pet",
|
||||
|
||||
Reference in New Issue
Block a user