Skip to content

Commit

Permalink
[Fix] 로그인 axios 수정 (#32)
Browse files Browse the repository at this point in the history
[Fix] 로그인 axios 수정
  • Loading branch information
kr-nius authored Nov 24, 2023
2 parents c94f5bf + 4259f4a commit 326e037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function Login() {

try {
const respone = await axios({
method: "GET",
method: "POST",
url: `https://www.jerneithe.site/user/api/login?email=${email}&password=${pw}`,
// headers: {
// Authorization: "weatherfit",
Expand Down

0 comments on commit 326e037

Please sign in to comment.