feat: 캔버스 s3 저장 테스트 및 확장자 수정
This commit is contained in:
parent
9d3ddd3ec1
commit
ad2aa50d83
@ -96,7 +96,7 @@ export async function POST(req) {
|
||||
/**
|
||||
* 크롭 이미지 이름을 결정한다.
|
||||
*/
|
||||
const Key = `Drawing/${objectNo}_${planNo}_${type}`
|
||||
const Key = `Drawing/${objectNo}_${planNo}_${type}.png`
|
||||
|
||||
/**
|
||||
* 크롭이 완료된 이미지를 업로드한다.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user