dev #195

Merged
ysCha merged 96 commits from dev into dev-deploy 2025-07-09 17:32:10 +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(
new GetObjectCommand({
Bucket,
Key: `Drawing/${objectNo}_${planNo}_1.png`,
Key: `Drawing/${objectNo}_${planNo}_2.png`,
}),
)