Skip to content

Commit

Permalink
[deploy/test] recommend api test
Browse files Browse the repository at this point in the history
Github issue #84
  • Loading branch information
otcroz committed Aug 16, 2024
1 parent d4c160f commit 9168764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polaris/src/page/RecommendPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const RecommendPage = () => {

const fetchRecommend = async() => {
const UserAuthInfoCheck = await queryClient.getQueryData(["check"]);
const res = await axios.post('/flask/recommend_books/', {userId: UserAuthInfoCheck.userId});
const res = await axios.post('http://13.124.200.174:5000/recommend_books/', {userId: UserAuthInfoCheck.userId});
const data = res.data

console.log(data)
Expand Down

0 comments on commit 9168764

Please sign in to comment.