Skip to content

Instantly share code, notes, and snippets.

@rabwill
Created August 8, 2023 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rabwill/83cf2a2cd195c594471bc49029e96b82 to your computer and use it in GitHub Desktop.
Save rabwill/83cf2a2cd195c594471bc49029e96b82 to your computer and use it in GitHub Desktop.
GitHub Copilot blog prompt 4
const response = await axios.get(
`http://localhost:3978/api/products/${searchQuery}`
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment