Created
March 5, 2021 16:40
-
-
Save chroline/c0d12dca5fa6f18e0cc3a26e70215d34 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### test slug API route | |
| GET <http://localhost:3000/api/the> $pluralNoun is $gerund | |
| ### test request body API route | |
| POST <http://localhost:3000/api/> | |
| Content-Type: application/json | |
| { | |
| "query": "the $pluralNoun is $gerund" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment