Skip to content

Instantly share code, notes, and snippets.

@Elaina69
Created June 27, 2024 09:36
Show Gist options
  • Select an option

  • Save Elaina69/4b644a43037fc64eb8d4f6505d27fb66 to your computer and use it in GitHub Desktop.

Select an option

Save Elaina69/4b644a43037fc64eb8d4f6505d27fb66 to your computer and use it in GitHub Desktop.
await fetch('/lol-lobby/v2/lobby', {
method: 'POST',
body: JSON.stringify({ queueId: id }),
headers: {
'Content-Type': 'application/json'
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment