Skip to content

Commit

Permalink
Updated the endpoint url for the backend in the frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
DevMarkson authored Oct 26, 2024
1 parent 3a68411 commit fd747a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Chat.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Chat = () => {
const {
data: { response, citations },
} = await axios.post(
"https://legal-advisor.onrender.com/generate",
"https://legal-advisor-6ru8.onrender.com/generate",
requestData
);

Expand Down

0 comments on commit fd747a8

Please sign in to comment.