hn-20-2/Apps/Api/api.http
2021-04-27 15:19:57 +02:00

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"
}