File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"local" : {
3
+ "protocol" : " http://" ,
3
4
"host" : " localhost" ,
4
5
"port" : " 8000"
5
6
},
6
7
"private" : {
8
+ "protocol" : " http://" ,
7
9
"host" : " 192.168.1.2" ,
8
10
"port" : " 8000"
9
11
},
10
12
"private-server" : {
13
+ "protocol" : " http://" ,
11
14
"host" : " 192.168.1.9" ,
12
15
"port" : " 8000"
13
16
},
14
17
"public-server" : {
18
+ "protocol" : " https://" ,
15
19
"host" : " go-capture.code-apprentice.com" ,
16
20
"port" : " "
17
21
}
Original file line number Diff line number Diff line change 1
1
### health check
2
- GET http:// {{host}}:{{port}}/health_check/
2
+ GET {{ protocol }} {{host }}:{{port}}/health_check/
3
3
4
4
### POST image
5
- POST http:// {{host}}:{{port}}/capture/
5
+ POST {{ protocol }} {{host }}:{{port}}/capture/
6
6
Content-Type: multipart/form-data; boundary=WebAppBoundary
7
7
8
8
--WebAppBoundary
You can’t perform that action at this time.
0 commit comments