dev #196

Merged
ysCha merged 96 commits from dev into prd-deploy 2025-07-09 17:35:54 +09:00
Showing only changes of commit 190d5cc19c - Show all commits

View File

@ -28,7 +28,7 @@ export async function POST(req) {
const isExistImage2 = await s3.send( const isExistImage2 = await s3.send(
new GetObjectCommand({ new GetObjectCommand({
Bucket, Bucket,
Key: `Drawing/${objectNo}_${planNo}_1.png`, Key: `Drawing/${objectNo}_${planNo}_2.png`,
}), }),
) )