Skip to content

Commit

Permalink
cicd be 경로수정
Browse files Browse the repository at this point in the history
  • Loading branch information
DOEKYONG committed Oct 31, 2023
1 parent f1844ca commit fd9f2ef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
env:
BE_WORKING_DIR: ./be
NGINX_WORKING_DIR: ./nginx
APPLICATION_FILE_PATH: ./src/main/resources/application.yml
APPLICATION_FILE_PATH: ./controlG/src/main/resources/application.yml
FE_WORKING_DIR: ./fe
FE_ENV_PATH: ./.env
FE_DOCKER_FILE_PATH: ./Dockerfile
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions fe/src/constants/Endpoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const API_ENDPOINTS = {

GROUP_DETAIL: (groupId) => `${BASE_URL}/api/groups/${groupId}`,
GROUP_CREATE: () => `${BASE_URL}/api/groups`,
ADD_MEMBER_GROUP: (groupId) => `${BASE_URL}/api/groups/${groupId}`,
GET_MEMBER_PROFILE: `${BASE_URL}/api/members`,
GET_MEMBER_LIKE: (selected) =>
`${BASE_URL}/api/members/profiles?selected=${selected}`,
Expand Down

0 comments on commit fd9f2ef

Please sign in to comment.