fix: remove user stories and example usage

This commit is contained in:
Kris Koishigawa 2020-09-29 13:55:20 +09:00
parent b6e493db53
commit 76b242f36a
2 changed files with 1 additions and 16 deletions

View file

@ -25,14 +25,6 @@
</fieldset>
</form>
</section>
<section>
<h3>Example Creation:</h3>
<p><code>POST [project_url]/api/shorturl/new</code> - Body (URL encoded): <code>url=https://www.google.com</code></p>
<h3>Example Usage:</h3>
<a href="https://url-shortener.freecodecamp.repl.co/api/shorturl/3">[project_url]/api/shorturl/3</a>
<h3>Will Redirect to:</h3>
<p>https://forum.freecodecamp.org/</p>
</section>
</main>
<footer>
<p>By <a href="https://www.freecodecamp.org">freeCodeCamp</a></p>