KGU-C-Lab / clab.page

✨ 경기대학교 AI컴퓨터공학부 개발동아리 C-Lab의 공식 프론트엔드 시스템이에요.
https://www.clab.page/
GNU General Public License v3.0
11 stars 0 forks source link

Auth 라우팅 대응 #151

Closed gwansikk closed 1 month ago

gwansikk commented 1 month ago

Summary

Auth 프로젝트의 라우팅 방식 변경으로 대응합니다.

Tasks

ETC

148 에서 다이나믹 라우팅으로 서비스 코드를 구분하는 것으로 변경되었습니다.

changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: d2728b8d0c3bcbff29ee6ce1f6a308eea8302a45

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

gwansikk commented 1 month ago

config 파일은 우리 동아리 외 다른 동아리가 참고하고 사용할 수 있도록, 쉽게 설정을 수정할 수 있도록 설계한거에요. 오픈소스 프로젝트로 진행하는 만큼 외부 동아리도 쉽게 사용 가능하도록, 유연한 설정이 가능하도록 아키텍처를 개선해나가려고 해요.