Skip to content

Instantly share code, notes, and snippets.

@GeeWee
Created May 18, 2018 15:22
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 GeeWee/cc1329101f8f3d5111024eda4e9661a0 to your computer and use it in GitHub Desktop.
Save GeeWee/cc1329101f8f3d5111024eda4e9661a0 to your computer and use it in GitHub Desktop.
function sendBoilingWaterToThePot(potId, heatedWater) {
axios.post(potId, {
water: heatedWater
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment