- 웹훅 URL을 https://admin.youtooplay.com/webhook로 변경 - Nginx 리버스 프록시 설정 파일 추가 - 배포 가이드 업데이트
This commit is contained in:
@@ -68,5 +68,5 @@ app.get("/health", (req, res) => {
|
||||
|
||||
app.listen(PORT, () => {
|
||||
console.log(`웹훅 서버가 포트 ${PORT}에서 실행 중입니다.`);
|
||||
console.log(`웹훅 URL: http://youtooplay.com:${PORT}/webhook`);
|
||||
console.log(`웹훅 URL: https://admin.youtooplay.com/webhook`);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user