Skip to content

Commit

Permalink
console.log()を追加する
Browse files Browse the repository at this point in the history
  • Loading branch information
nagutabby committed Jan 23, 2025
1 parent 7321996 commit 52f669d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const POST: RequestHandler = async ({ request, fetch }) => {
const data = await request.json();

if (data.id) {
console.log(data);
try {
const createActivity = await fetch(`/api/articles/${data.id}/create`);
if (!createActivity.ok) {
Expand Down

0 comments on commit 52f669d

Please sign in to comment.