Skip to content

Commit

Permalink
[Modify]배지 경로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ldh0308 committed Apr 17, 2024
1 parent ecdeb6c commit bbb6432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/emp/dashboard/EmpBadge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default {
},
methods: {
getBadgeImageUrl(filename) {
return `http://localhost:8000${filename}`;
return `https://9-1379-be.store${filename}`;
},
fetchBadges() {
axiosInstance.get('/emp/badge')
Expand Down
2 changes: 1 addition & 1 deletion src/components/emp/hrcard/ProfileBadge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default {
},
methods: {
getBadgeImageUrl(filename) {
return `http://localhost:8000${filename}`;
return `https://9-1379-be.store${filename}`;
},
fetchBadges() {
if (!this.employeeId) return;
Expand Down

0 comments on commit bbb6432

Please sign in to comment.