Changed URL in the creation example to make it consistent with usage example.

This commit is contained in:
Mustafa Çağatay Tulun 2019-10-11 22:00:30 +03:00
parent 7fed7e80e7
commit c73327be88

View File

@ -10,7 +10,7 @@
#### Creation Example:
POST [project_url]/api/shorturl/new - body (urlencoded) : url=https://www.google.com
POST [project_url]/api/shorturl/new - body (urlencoded) : url=https://www.freecodecamp.org/forum/
#### Usage: