Skip to content

Commit

Permalink
guestフラグを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
o-tr committed Aug 21, 2024
1 parent e0f4780 commit 2d9c95c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/api/upload/normal/register/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ export const POST = async(request: Request) => {
{
Key: "registered",
Value: "true"
},
{
Key: "guest",
Value: user ? "false" : "true"
}
]
}
Expand Down

0 comments on commit 2d9c95c

Please sign in to comment.