Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
cangndz75 committed Nov 14, 2024
1 parent 4734f34 commit 50dc3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screens/ProfileDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const ProfileDetailScreen = () => {

const updateAboutMe = async () => {
try {
const url = `http://10.0.2.2:8000/user/${userId}/about`;
const url = `https://biletixai.onrender.com/user/${userId}/about`;
await axios.put(url, {aboutMe: aboutText});

setUser(prevState => ({
Expand Down

0 comments on commit 50dc3bb

Please sign in to comment.