diff options
| author | joonhoekim <26rote@gmail.com> | 2025-11-04 10:50:47 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-11-04 10:50:47 +0900 |
| commit | 637ed74a18cda35d745375244e45fe6911bf83f4 (patch) | |
| tree | dea80777ec6959d1629f93c1fb3ffa1eea9e6e74 /app/api | |
| parent | 684cd304bf0ab1c2b0b72668fb4efd9f9892339d (diff) | |
(김준회) swp: 조민정프로 경로 요구사항 반영
Diffstat (limited to 'app/api')
| -rw-r--r-- | app/api/swp/upload/route.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/api/swp/upload/route.ts b/app/api/swp/upload/route.ts index 3e15e0a3..986862b2 100644 --- a/app/api/swp/upload/route.ts +++ b/app/api/swp/upload/route.ts @@ -308,7 +308,7 @@ export async function POST(request: NextRequest) { }); // InBox 파일 정보 준비 (FLD_PATH에 업로드 timestamp 사용) - const fldPath = `\\\\${projNo}\\\\${cpyCd}\\\\${uploadTimestamp}`; + const fldPath = `\\${projNo}\\${cpyCd}\\\\${uploadTimestamp}`; inBoxFileInfos.push({ CPY_CD: cpyCd, |
