File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,21 +3,21 @@ name: Node.js CI
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
paths-ignore :
8
8
- ' README.md'
9
9
- ' mock/README.md'
10
10
pull_request :
11
11
branches :
12
- - master
12
+ - main
13
13
paths-ignore :
14
14
- ' README.md'
15
15
- ' mock/README.md'
16
16
17
17
jobs :
18
18
build :
19
19
if : >
20
- (github.event_name == 'push' && github.ref == 'refs/heads/master ') ||
20
+ (github.event_name == 'push' && github.ref == 'refs/heads/main ') ||
21
21
(github.event_name == 'pull_request')
22
22
23
23
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Pull requests are _the_ way to propose changes to the codebase (we
11
11
use [ GitHub flow] ( https://docs.github.com/en/get-started/quickstart/github-flow ) ). We actively welcome your pull
12
12
requests:
13
13
14
- 1 . Fork the repo and create your branch from ` master ` .
14
+ 1 . Fork the repo and create your branch from ` main ` .
15
15
2 . If you've added code that should be tested, add tests.
16
16
3 . If you've changed APIs, update the documentation.
17
17
4 . Ensure the test suite passes.
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ Two headers are added to the response:
202
202
203
203
</details >
204
204
205
- See the references of [ OpenAPI Backend] ( https://github.com/anttiviljami/openapi-backend/blob/master /DOCS.md )
205
+ See the references of [ OpenAPI Backend] ( https://github.com/anttiviljami/openapi-backend/blob/main /DOCS.md )
206
206
and [ Ajv] ( https://ajv.js.org/ ) for more information.
207
207
208
208
When the ` --silent ` is provided, the proxy will forward the server's response body without modification. In this case,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Place the proxy between a client (e.g. a frontend app) and a web server to catch
8
8
development.
9
9
10
10
<p align =" center " >
11
- <img src =" https://raw.githubusercontent.com/EXXETA/openapi-cop/master /docs/resources/diagram.png " alt =" Proxy Diagram " width =" 571.5 " >
11
+ <img src =" https://raw.githubusercontent.com/EXXETA/openapi-cop/main /docs/resources/diagram.png " alt =" Proxy Diagram " width =" 571.5 " >
12
12
</p >
13
13
14
14
The proxy validates the requests and responses in the communication with a target server. By default, the proxy will
@@ -53,4 +53,4 @@ as `curl http://my-target-server:1234/baseApi/v1/some-target-endpoint` but with
53
53
54
54
## License
55
55
56
- See https://github.com/EXXETA/openapi-cop/blob/master /LICENSE .
56
+ See https://github.com/EXXETA/openapi-cop/blob/main /LICENSE .
You can’t perform that action at this time.
0 commit comments