Skip to content

Commit

Permalink
Merge branch 'dev' into deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
GimHaLim committed Jun 3, 2024
2 parents 6318b75 + 6581062 commit cc7defb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/component/myPage/api/userApi.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from "axios";

// const API_SERVER_HOST = 'http://www.plick.shop';
const API_SERVER_HOST = 'http://localhost:8080';
const API_SERVER_HOST = 'http://www.plick.shop';
// const API_SERVER_HOST = 'http://localhost:8080';

export const loginPost = async (loginParam) => {
const header = {headers: {"Content-Type": "application/x-www-form-urlencoded"}};
Expand Down

0 comments on commit cc7defb

Please sign in to comment.