docs: record visit upload server verification

This commit is contained in:
unknown
2026-07-16 13:47:36 +09:00
parent d2c90dff0e
commit b094241408

View File

@@ -761,3 +761,11 @@
- `npm.cmd run typecheck` 성공. - `npm.cmd run typecheck` 성공.
- `npm.cmd run build` 성공. - `npm.cmd run build` 성공.
- `npm.cmd test` 성공. - `npm.cmd test` 성공.
- 운영 서버 배포 후 검증:
- Coolify Redeploy 완료.
- `/db` 200 OK.
- `/api/purpose-codes` 200 OK.
- `a / 1` 로그인 성공.
- `/api/admin/teams` 200 OK.
- `/api/visit-requests/upload` 테스트 엑셀 업로드 성공: `totalRows=1`, `successCount=1`, `errors=[]`.
- 업로드로 생성된 테스트 신청은 즉시 취소 처리.