Skip to content

Commit

Permalink
[Chore] #214 : https로 배포 (프론트, 백엔드 모두 배포)
Browse files Browse the repository at this point in the history
- 배포 url로 설정 변경
  • Loading branch information
happyhyep committed Nov 20, 2024
1 parent 64a73a1 commit ac49e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ try {
}

server.listen(PORT, () => {
console.log(`Server is running on ${AppConfig.API_SERVER}`);
console.log(`Server is running`);
});

0 comments on commit ac49e66

Please sign in to comment.