Skip to content

Commit

Permalink
Update fetch url
Browse files Browse the repository at this point in the history
  • Loading branch information
vansh-codes committed Oct 14, 2024
1 parent 63b4200 commit d575d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[username]/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function UserPage({ params }) {
const [tagline, setTagline] = useState("");

const fetchTagline = async()=>{
const res = await axios.post(`http://localhost:3000/api/ai`, {
const res = await axios.post(`https://gityzer.vercel.app/api/ai`, {
username
})

Expand Down

0 comments on commit d575d8f

Please sign in to comment.