Skip to content

Conversation

@as7ar
Copy link

@as7ar as7ar commented Dec 25, 2025

오픈 API 검색 핸들러 구현 및 리팩토링

API URL

GET /api/words/search

word/api : API docs
\app\api\words\README.md: API README.md

hafskjfha and others added 18 commits August 28, 2025 15:24
fix: 단어 대량추가에서 처리되지 않은 요청은 삭제하는 버그 수정
fix: 정규 표현식을 수정하여 단어 쿼리에서 올바른 문자만 허용
Bump version from 0.1.0 to 1.3.0
Updated dependencies to fix Next.js and React CVE vulnerabilities.

The fix-react2shell-next tool automatically updated the following packages to their secure versions:
- next
- react-server-dom-webpack
- react-server-dom-parcel  
- react-server-dom-turbopack

All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory.

Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
…react-server-components-cve-vu-u3jrda

Fix React Server Components CVE vulnerabilities
fix: 릴리즈 nodejs 버전 업데이트
chore(release): v1.4.0
@vercel
Copy link
Contributor

vercel bot commented Dec 25, 2025

@as7ar is attempting to deploy a commit to the dhwijdjd's projects Team on Vercel.

A member of the Team first needs to authorize it.

@as7ar as7ar changed the title Astar Add Word's Open API Dec 25, 2025
@as7ar as7ar changed the title Add Word's Open API Add Searching of Word's Open API Dec 25, 2025
@hafskjfha hafskjfha changed the base branch from main to dev December 26, 2025 10:54
@vercel
Copy link
Contributor

vercel bot commented Dec 26, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
kkuko-utils Ready Ready Preview, Comment Dec 26, 2025 10:57am

@hafskjfha
Copy link
Collaborator

hafskjfha commented Dec 26, 2025

PR감사합니다.

.idea 폴더는 개인 IDE 설정 파일이라 공통 저장소에는 포함하지 않는 것이 좋습니다. 아래 명령어로 인덱스에서 제거해주시면 감사하겠습니다.

git rm -r --cached .idea

구현해 주신 API 설명 페이지 덕분에 기능을 이해하기가 훨씬 수월하네요! 공을 들여 작성해 주셔서 감사합니다.

다만, 앞으로 API가 계속 추가될 가능성이 높을 텐데, 현재의 단일 페이지 구조는 나중에 관리가 어려워질 것 같다는 생각이 듭니다.

번거로우시겠지만, [API 목록 페이지] 를 먼저 거치고 각 API의 [상세 설명 페이지] 로 연결되는 구조로 개선해 주실 수 있을까요? 이렇게 미리 잡아두면 나중에 다른 API가 추가될 때도 구조 변경 없이 페이지만 추가하면 되니 훨씬 효율적일 것 같습니다!

@as7ar
Copy link
Author

as7ar commented Dec 26, 2025

안녕하세요, 답변 감사합니다.
조언해주신 내용 바탕으로 개선 해보겠습니다. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants