사용하지 않는 파일 정리 전 백업 (Phase 10 완료 후 상태)

This commit is contained in:
JiWoong Sul
2025-08-29 15:11:59 +09:00
parent a740ff10c8
commit d916b281a7
333 changed files with 53617 additions and 22574 deletions

View File

@@ -17,8 +17,8 @@ NC='\033[0m' # No Color
API_URL="https://api-dev.beavercompany.co.kr"
# 테스트 계정
TEST_EMAIL="admin@superport.kr"
TEST_PASSWORD="admin123!"
TEST_EMAIL="admin@example.com"
TEST_PASSWORD="password123"
echo -e "\n${YELLOW}1. 헬스 체크${NC}"
curl -s -X GET "$API_URL/health" | jq '.' || echo -e "${RED}헬스 체크 실패${NC}"