Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
tako0614 committed Feb 20, 2024
1 parent f217815 commit 60f19ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion routes/api/token.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export const handler = {
}
);
}else {
console.log(a)
return new Response(JSON.stringify({"csrftoken": "This origin is not allowed"}), {
headers: { "Content-Type": "application/json",
"Access-Control-Allow-Origin": origin
Expand Down

0 comments on commit 60f19ee

Please sign in to comment.