Skip to content

Commit

Permalink
fix: login API call
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyoon committed Jan 8, 2024
1 parent 8d9ad05 commit 4636e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(mono-column)/login/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
};
axios({
method: "post",
url: "/api/login",
url: "login",
data: requestData
}).then(() => goto("/signup/main"));
} else {
Expand Down

0 comments on commit 4636e12

Please sign in to comment.