Skip to content

Commit

Permalink
[#1] 환경설정 추가
Browse files Browse the repository at this point in the history
- Edit api base path
  • Loading branch information
JoGeumJu committed May 17, 2023
1 parent 56c2e0e commit a04e108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const api = axios.create({
});

function getBaseUrl() {
return "http://localhost:8080";
return "https://www.developorderservice.store/";
}

api.interceptors.request.use(applyDefaultParams);
Expand Down

0 comments on commit a04e108

Please sign in to comment.