Skip to content

Instantly share code, notes, and snippets.

@chroline
Created March 5, 2021 16:40
Show Gist options
  • Select an option

  • Save chroline/c0d12dca5fa6f18e0cc3a26e70215d34 to your computer and use it in GitHub Desktop.

Select an option

Save chroline/c0d12dca5fa6f18e0cc3a26e70215d34 to your computer and use it in GitHub Desktop.
### 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