12 lines
145 B
HTTP
12 lines
145 B
HTTP
@url = http://localhost:5000
|
|
|
|
GET {{url}}/api/links
|
|
|
|
###
|
|
|
|
POST {{url}}/api/links
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"url": "http://google.com"
|
|
} |