Skip to content

Commit

Permalink
dk
Browse files Browse the repository at this point in the history
  • Loading branch information
7unlim committed Jun 5, 2023
1 parent 7491a41 commit 796838c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _posts/2023-06-04-js-exit-ticket.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ title: JavaScript Exit Ticket
const options = {
method: 'GET',
credentials: 'include'
credentials: 'include',
headers: {
"Content-Type": "application/json",
},
body: JSON.stringify{{name, college, team}};
};
// fetch the API
Expand Down

0 comments on commit 796838c

Please sign in to comment.