Skip to content

Commit

Permalink
local
Browse files Browse the repository at this point in the history
  • Loading branch information
AkhilTalashi1995 committed Nov 15, 2024
1 parent c45c118 commit 499c479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front-end/src/pages/Signin/Signin.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Signin = () => {
event.preventDefault();
// Make a POST request to the server with the form data
axios
.post("https://leetify.vercel.app/signin", formData)
.post("http://localhost:8000/signin", formData)
.then((response) => {
console.log(response);
dispatch({
Expand Down

0 comments on commit 499c479

Please sign in to comment.