webdev-20 / shorti-url-shortener

Url Shortener
http://shorti.onrender.com/
7 stars 18 forks source link

add link model, create link route and controller, update api docs #27

Closed cherylli closed 2 years ago

cherylli commented 2 years ago

Summary

closes #8

create link

POST http://localhost:4002/api/links
Content-Type: application/json
{
  "url": "http://testurl"
}

when successfully created in the database, it returns image

Checklist