Skip to content

Commit

Permalink
fix(API): api domain 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
admin authored and admin committed Aug 9, 2024
1 parent b0c6bb8 commit 1bccb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/admin/src/constants/api.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// export const BASE_URL = 'http://localhost:5173/src/services/api/mock';
// export const BASE_URL = 'http://172.30.1.22:8080/admin';
export const BASE_URL = 'http://ec2-52-78-125-116.ap-northeast-2.compute.amazonaws.com:8080/admin';
export const BASE_URL = 'http://api.softeer.kro.kr:8080/admin';
export const enum METHOD {
GET = 'GET',
POST = 'POST',
Expand Down

0 comments on commit 1bccb1c

Please sign in to comment.