Skip to content

Commit dd5d75a

Browse files
committed
chore: change url
1 parent afb2bd0 commit dd5d75a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/login/Login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const Login = ({ user, setUser }) => {
3838
const refreshToken = Cookies.get("refreshToken") || null;
3939

4040
const { data: backendData } = await axios.post(
41-
`https://localhost:8080/api/login/auth/oauth`,
41+
`https://www.ajouchong.com/api/login/auth/oauth`,
4242
{
4343
accessToken: tokenResponse.access_token,
4444
refreshToken: refreshToken,

0 commit comments

Comments
 (0)