Skip to content
Andrea Padricelli edited this page Jun 27, 2021 · 1 revision

Welcome to the url-shortener wiki!

This is a list of all endpoint that you can use in this project

/:short


The key value is optional but you can use this value to modify or delete your short

/api/v1/create?url={url}&short={short}&key={key}


/api/v1/delete?short={short}&key={key}


/api/v1/createKey

Clone this wiki locally