Merge pull request '복사 로직 오류 수정' (#97) from dev into dev-deploy

Reviewed-on: #97
This commit is contained in:
ysCha 2025-06-04 09:04:38 +09:00
commit 190d5cc19c

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`,
}),
)