Initial commit
This commit is contained in:
4
httptests/Index.http
Normal file
4
httptests/Index.http
Normal file
@@ -0,0 +1,4 @@
|
||||
### GET request to index
|
||||
GET http://{{host}}:{{port}}/
|
||||
|
||||
###
|
||||
6
httptests/http-client.env.json
Normal file
6
httptests/http-client.env.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"dev": {
|
||||
"host": "127.0.0.1",
|
||||
"port": "3000"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user