Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 슬랙 웹훅 URL 설정 기능 구현 #772

Merged
merged 6 commits into from
Jan 29, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/constants/api.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const BASE_URL = {
DEV: 'https://dev.zzimkkong-proxy.o-r.kr/api',
DEV: 'https://k8s.zzimkkong.com:8081/api',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
DEV: 'https://k8s.zzimkkong.com:8081/api',
DEV: 'http://k8s.zzimkkong.com:8081/api',

http 입니디ㅏ!!!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

여기까지 찾아와주셔서 감사드림니다

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good~

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

k8s 저거도 이름 고쳐야겠네 나중에 ㅋㅋ

PROD: 'https://k8s.zzimkkong.com/api',
};