Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant0708 committed Jul 19, 2024
1 parent 8e9d89a commit c2706b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/AccountSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const AccountSettings = () => {
try {
const token = localStorage.getItem("token");
const response = await axios.put(
"http://localhost:6352/settings/account",
"https://smartserver-scbe.onrender.com/settings/account",
{
email,
password,
Expand Down

0 comments on commit c2706b8

Please sign in to comment.