Skip to content

Commit a7b6fb6

Browse files
committed
Fix mock
1 parent fad2f7c commit a7b6fb6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
.idea
22
node_modules
3+
4+
# Local Netlify folder
5+
.netlify

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![GitHub contributors](https://img.shields.io/github/contributors/NdoleStudio/httpmock)](https://github.com/NdoleStudio/httpmock/graphs/contributors)
55
[![GitHub license](https://img.shields.io/github/license/NdoleStudio/httpmock?color=brightgreen)](https://github.com/NdoleStudio/httpmock/blob/master/LICENSE)
66
![Docker Pulls](https://img.shields.io/docker/pulls/ndolestudio/httpmock)
7+
[![Netlify Status](https://api.netlify.com/api/v1/badges/6a751c80-ac38-4fa0-a470-3d2a69f98dfc/deploy-status)](https://app.netlify.com/sites/httpmock/deploys)
78

89
This is a mock http server which can be used to test HTTP requests and responses when building an HTTP client.
910
You can also use it to mock a backend API in your frontend app e.g in in situations where you're still waiting for the

0 commit comments

Comments
 (0)