Skip to content

Commit

Permalink
[Fix] 로그인 method 수정 #32
Browse files Browse the repository at this point in the history
  • Loading branch information
kr-nius committed Nov 24, 2023
1 parent a2f8eb8 commit 4259f4a
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 4259f4a

Please sign in to comment.