Skip to content

Instantly share code, notes, and snippets.

@aadeshere1
Last active May 3, 2020 09:32
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 aadeshere1/a8cefc5c2cd912313cefdfd5d5e7970c to your computer and use it in GitHub Desktop.
Save aadeshere1/a8cefc5c2cd912313cefdfd5d5e7970c to your computer and use it in GitHub Desktop.
// document.addEventListener('DOMContentLoaded', function() {
// console.log("sending request ")
// $.ajax({
// type: 'GET',
// crossDomain: true,
// url: 'https://nb2ikd1ft4.execute-api.us-east-1.amazonaws.com/production',
// success: function(data){
// console.log(data)
// },
// error: function(err){
// console.log("fail")
// console.log(err)
// }
// })
// }, false);
console.log("hello world from gist");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment