Merge pull request #14 from beawolf/gomix

Changed URL in the creation example to make it consistent with usage example.
This commit is contained in:
Randell Dawson 2020-11-02 11:56:03 -08:00 committed by GitHub
commit d699d80485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,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: