Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Last active August 25, 2022 17:48
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 lgolubyev/d1a5c7acf2b26873747981a531113642 to your computer and use it in GitHub Desktop.
Save lgolubyev/d1a5c7acf2b26873747981a531113642 to your computer and use it in GitHub Desktop.
// GET /tags?q=1&q=2&q=3
app.MapGet("/tags", (int[] q) => $"tag1: {q[0]} , tag2: {q[1]}, tag3: {q[2]}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment